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 XSElementDeclarationPSVIElementNSImpl. fDeclarationelement declarationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSElementDeclaration Modifier and Type Method Description XSElementDeclarationPSVIElementNSImpl. 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 classXSElementDeclThe 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 XSElementDeclarationElementPSVImpl. fDeclarationelement declarationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSElementDeclaration Modifier and Type Method Description XSElementDeclarationElementPSVImpl. getElementDeclaration()An item isomorphic to the element declaration used to validate this element.XSElementDeclarationSchemaGrammar. getElementDeclaration(String name)Convenience method.XSElementDeclarationXSModelImpl. getElementDeclaration(String name, String namespace)Convenience method.XSElementDeclarationXSModelImpl. getElementDeclaration(String name, String namespace, String loc)Convenience method.XSElementDeclarationXSElementDecl. 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 XSObjectListXSModelImpl. 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 XSElementDeclarationElementPSVI. getElementDeclaration()[element declaration]: an item isomorphic to the element declaration used to validate this element.XSElementDeclarationXSModel. getElementDeclaration(String name, String namespace)Convenience method.XSElementDeclarationXSNamespaceItem. getElementDeclaration(String name)Convenience method.XSElementDeclarationXSElementDeclaration. 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 XSObjectListXSModel. getSubstitutionGroup(XSElementDeclaration head)Convenience method.
-