Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XSNotationDecl
-
Packages that use XSNotationDecl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs -
-
Uses of XSNotationDecl 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 XSNotationDecl Modifier and Type Method Description XSNotationDecl
SchemaGrammar. getGlobalNotationDecl(String declName)
get one global notationXSNotationDecl
SchemaGrammar. getGlobalNotationDecl(String declName, String location)
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSNotationDecl Modifier and Type Method Description void
SchemaGrammar. addGlobalNotationDecl(XSNotationDecl decl)
register one global notationvoid
SchemaGrammar. addGlobalNotationDecl(XSNotationDecl decl, String location)
void
SchemaGrammar.BuiltinSchemaGrammar. addGlobalNotationDecl(XSNotationDecl decl)
void
SchemaGrammar.BuiltinSchemaGrammar. addGlobalNotationDecl(XSNotationDecl decl, String location)
void
SchemaGrammar.Schema4Annotations. addGlobalNotationDecl(XSNotationDecl decl)
void
SchemaGrammar.Schema4Annotations. addGlobalNotationDecl(XSNotationDecl decl, String location)
-