Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSElementDeclaration
-
-
Uses of XSElementDeclaration 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 XSElementDeclaration Modifier and Type Field Description protected XSElementDeclaration
PSVIElementNSImpl. fDeclaration
element declarationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSElementDeclaration Modifier and Type Method Description XSElementDeclaration
PSVIElementNSImpl. getElementDeclaration()
An item isomorphic to the element declaration used to validate this element. -
Uses of XSElementDeclaration 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 XSElementDeclaration Modifier and Type Class Description class
XSElementDecl
The XML representation for an element declaration schema component is an <element> element information itemFields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSElementDeclaration Modifier and Type Field Description protected XSElementDeclaration
ElementPSVImpl. fDeclaration
element declarationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSElementDeclaration Modifier and Type Method Description XSElementDeclaration
ElementPSVImpl. getElementDeclaration()
An item isomorphic to the element declaration used to validate this element.XSElementDeclaration
SchemaGrammar. getElementDeclaration(String name)
Convenience method.XSElementDeclaration
XSModelImpl. getElementDeclaration(String name, String namespace)
Convenience method.XSElementDeclaration
XSModelImpl. getElementDeclaration(String name, String namespace, String loc)
Convenience method.XSElementDeclaration
XSElementDecl. getSubstitutionGroupAffiliation()
{substitution group affiliation} Optional.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSElementDeclaration Modifier and Type Method Description XSObjectList
XSModelImpl. getSubstitutionGroup(XSElementDeclaration head)
Convenience method. -
Uses of XSElementDeclaration 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 XSElementDeclaration Modifier and Type Method Description XSElementDeclaration
ElementPSVI. getElementDeclaration()
[element declaration]: an item isomorphic to the element declaration used to validate this element.XSElementDeclaration
XSModel. getElementDeclaration(String name, String namespace)
Convenience method.XSElementDeclaration
XSNamespaceItem. getElementDeclaration(String name)
Convenience method.XSElementDeclaration
XSElementDeclaration. getSubstitutionGroupAffiliation()
[substitution group affiliation]: a top-level element definition if it exists, otherwisenull
.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs with parameters of type XSElementDeclaration Modifier and Type Method Description XSObjectList
XSModel. getSubstitutionGroup(XSElementDeclaration head)
Convenience method.
-