Top Description Fields Constructors Methods
com.sun.org.apache.xerces.internal.impl.xs.traversers

pack-priv Class XSDAttributeGroupTraverser

extends XSDAbstractTraverser
Class Inheritance
Imports
com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, .SchemaSymbols, .XSAnnotationImpl, .XSAttributeGroupDecl, com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl, com.sun.org.apache.xerces.internal.util.DOMUtil, .XMLSymbols, com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xs.XSObjectList, org.w3c.dom.Element

The attribute group definition schema component traverser. <attributeGroup id = ID name = NCName ref = QName {any attributes with non-schema namespace . . .}> Content: (annotation?, ((attribute | attributeGroup)*, anyAttribute?)) </attributeGroup>
Authors
Rahul Srivastava, Sun Microsystems Inc., Sandy Gao, IBM

Field Summary

Inherited from com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser:
CHILD_OF_GROUPfAttrCheckerfSchemaHandlerfSymbolTablefValidateAnnotationsfValidationStateGROUP_REF_WITH_ALLNO_NAMENOT_ALL_CONTEXTPROCESSING_ALL_ELPROCESSING_ALL_GP

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv XSAttributeGroupDecl
traverseGlobal(Element elmNode, XSDocumentInfo schemaDoc, SchemaGrammar grammar)

pack-priv XSAttributeGroupDecl
traverseLocal(Element elmNode, XSDocumentInfo schemaDoc, SchemaGrammar grammar)

Inherited from com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser:
checkNotationTypecheckOccurrencesgetSchemaTypeNamereportSchemaErrorreportSchemaWarningresettraverseAnnotationDecltraverseAttrsAndAttrGrpstraverseFacetstraverseSyntheticAnnotation

Constructor Detail

XSDAttributeGroupTraverserback to summary
pack-priv XSDAttributeGroupTraverser(XSDHandler handler, XSAttributeChecker gAttrCheck)

Method Detail

traverseGlobalback to summary
pack-priv XSAttributeGroupDecl traverseGlobal(Element elmNode, XSDocumentInfo schemaDoc, SchemaGrammar grammar)
traverseLocalback to summary
pack-priv XSAttributeGroupDecl traverseLocal(Element elmNode, XSDocumentInfo schemaDoc, SchemaGrammar grammar)