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(String declName)
          get one global attribute group
 XSAttributeGroupDecl SchemaGrammar.getGlobalAttributeGroupDecl(String declName, String location)
           
 

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



Copyright © 2011. All Rights Reserved.