| java.lang.Object org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser org.apache.xerces.impl.xs.traversers.XSDAttributeGroupTraverser
XSDAttributeGroupTraverser | class XSDAttributeGroupTraverser extends XSDAbstractTraverser (Code) | | 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>
author: Rahul Srivastava, Sun Microsystems Inc. author: Sandy Gao, IBM version: $Id: XSDAttributeGroupTraverser.java 449424 2006-09-24 16:22:30Z mrglavas $ |
Methods inherited from org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser | void checkNotationType(String refName, XSTypeDefinition typeDecl, Element elem)(Code)(Java Doc) protected XSParticleDecl checkOccurrences(XSParticleDecl particle, String particleName, Element parent, int allContextFlags, long defaultVals)(Code)(Java Doc) void reportSchemaError(String key, Object[] args, Element ele)(Code)(Java Doc) void reset(SymbolTable symbolTable, boolean validateAnnotations)(Code)(Java Doc) XSAnnotationImpl traverseAnnotationDecl(Element annotationDecl, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc)(Code)(Java Doc) Element traverseAttrsAndAttrGrps(Element firstAttr, XSAttributeGroupDecl attrGrp, XSDocumentInfo schemaDoc, SchemaGrammar grammar, XSComplexTypeDecl enclosingCT)(Code)(Java Doc) FacetInfo traverseFacets(Element content, XSSimpleType baseValidator, XSDocumentInfo schemaDoc)(Code)(Java Doc) XSAnnotationImpl traverseSyntheticAnnotation(Element annotationParent, String initialContent, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc)(Code)(Java Doc)
|
|
|