Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSNotationDeclaration
-
-
Uses of XSNotationDeclaration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as XSNotationDeclaration Modifier and Type Field Description protected XSNotationDeclaration
PSVIElementNSImpl. fNotation
http://www.w3.org/TR/xmlschema-1/#e-notationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSNotationDeclaration Modifier and Type Method Description XSNotationDeclaration
PSVIElementNSImpl. getNotation()
[notation] -
Uses of XSNotationDeclaration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSNotationDeclaration Modifier and Type Class Description class
XSNotationDecl
The XML representation for a NOTATION declaration schema component is a global <notation> element information itemFields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSNotationDeclaration Modifier and Type Field Description protected XSNotationDeclaration
ElementPSVImpl. fNotation
http://www.w3.org/TR/xmlschema-1/#e-notationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSNotationDeclaration Modifier and Type Method Description XSNotationDeclaration
ElementPSVImpl. getNotation()
[notation]XSNotationDeclaration
SchemaGrammar. getNotationDeclaration(String name)
Convenience method.XSNotationDeclaration
XSModelImpl. getNotationDeclaration(String name, String namespace)
XSNotationDeclaration
XSModelImpl. getNotationDeclaration(String name, String namespace, String loc)
-
Uses of XSNotationDeclaration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSNotationDeclaration Modifier and Type Method Description XSNotationDeclaration
ElementPSVI. getNotation()
[notation]: the notation declaration.XSNotationDeclaration
XSModel. getNotationDeclaration(String name, String namespace)
Convenience method.XSNotationDeclaration
XSNamespaceItem. getNotationDeclaration(String name)
Convenience method.
-