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 XSGroupDeclSchemaGrammar. getGlobalGroupDecl(String declName)get one global groupXSGroupDeclSchemaGrammar. 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 voidSchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl)register one global groupvoidSchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl, String location)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalGroupDecl(XSGroupDecl decl, String location)voidSchemaGrammar.Schema4Annotations. addGlobalGroupDecl(XSGroupDecl decl)voidSchemaGrammar.Schema4Annotations. addGlobalGroupDecl(XSGroupDecl decl, String location)voidSchemaGrammar. addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)add a group redefined by restriction: for later constraint checkingvoidSchemaGrammar.BuiltinSchemaGrammar. addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)voidSchemaGrammar.Schema4Annotations. addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
-