Uses of Class
org.apache.xerces.impl.xs.XSAttributeGroupDecl

Packages that use XSAttributeGroupDecl
org.apache.xerces.impl.xs   
 

Uses of XSAttributeGroupDecl in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return XSAttributeGroupDecl
 XSAttributeGroupDecl XSComplexTypeDecl.getAttrGrp()
           
 XSAttributeGroupDecl SchemaGrammar.getGlobalAttributeGroupDecl(java.lang.String declName)
          get one global attribute group
 

Methods in org.apache.xerces.impl.xs with parameters of type XSAttributeGroupDecl
 void SchemaGrammar.addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
          register one global attribute group
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
           
 void XSComplexTypeDecl.setValues(java.lang.String name, java.lang.String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations)
           
 java.lang.Object[] XSAttributeGroupDecl.validRestrictionOf(java.lang.String typeName, XSAttributeGroupDecl baseGroup)
          Check that the attributes in this group validly restrict those from a base group.