Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XSGroupDecl
-
Packages that use XSGroupDecl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs -
-
Uses of XSGroupDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSGroupDecl Modifier and Type Method Description XSGroupDecl
SchemaGrammar. getGlobalGroupDecl(String declName)
get one global groupXSGroupDecl
SchemaGrammar. getGlobalGroupDecl(String declName, String location)
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSGroupDecl Modifier and Type Method Description void
SchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl)
register one global groupvoid
SchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl, String location)
void
SchemaGrammar.BuiltinSchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl)
void
SchemaGrammar.BuiltinSchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl, String location)
void
SchemaGrammar.Schema4Annotations. addGlobalGroupDecl(XSGroupDecl decl)
void
SchemaGrammar.Schema4Annotations. addGlobalGroupDecl(XSGroupDecl decl, String location)
void
SchemaGrammar. addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
add a group redefined by restriction: for later constraint checkingvoid
SchemaGrammar.BuiltinSchemaGrammar. addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
void
SchemaGrammar.Schema4Annotations. addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
-