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

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

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

Methods in org.apache.xerces.impl.xs that return XSGroupDecl
 XSGroupDecl SchemaGrammar.getGlobalGroupDecl(java.lang.String declName)
          get one global group
 

Methods in org.apache.xerces.impl.xs with parameters of type XSGroupDecl
 void SchemaGrammar.addGlobalGroupDecl(XSGroupDecl decl)
          register one global group
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalGroupDecl(XSGroupDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalGroupDecl(XSGroupDecl decl)
           
 void SchemaGrammar.addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
          add a group redefined by restriction: for later constraint checking
 void SchemaGrammar.BuiltinSchemaGrammar.addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
           
 void SchemaGrammar.Schema4Annotations.addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)