Uses of Interface
org.apache.xerces.xs.XSElementDeclaration

Packages that use XSElementDeclaration
org.apache.xerces.dom   
org.apache.xerces.impl.xs   
org.apache.xerces.xs   
 

Uses of XSElementDeclaration in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return XSElementDeclaration
 XSElementDeclaration PSVIElementNSImpl.getElementDeclaration()
          An item isomorphic to the element declaration used to validate this element.
 

Uses of XSElementDeclaration in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XSElementDeclaration
 class XSElementDecl
          The XML representation for an element declaration schema component is an <element> element information item
 

Methods in org.apache.xerces.impl.xs that return XSElementDeclaration
 XSElementDeclaration ElementPSVImpl.getElementDeclaration()
          An item isomorphic to the element declaration used to validate this element.
 XSElementDeclaration SchemaGrammar.getElementDeclaration(java.lang.String name)
          Convenience method.
 XSElementDeclaration XSModelImpl.getElementDeclaration(java.lang.String name, java.lang.String namespace)
          Convenience method.
 XSElementDeclaration XSElementDecl.getSubstitutionGroupAffiliation()
          {substitution group affiliation} Optional.
 

Methods in org.apache.xerces.impl.xs with parameters of type XSElementDeclaration
 XSObjectList XSModelImpl.getSubstitutionGroup(XSElementDeclaration head)
           
 

Uses of XSElementDeclaration in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return XSElementDeclaration
 XSElementDeclaration ElementPSVI.getElementDeclaration()
          [element declaration]: an item isomorphic to the element declaration used to validate this element.
 XSElementDeclaration XSNamespaceItem.getElementDeclaration(java.lang.String name)
          Convenience method.
 XSElementDeclaration XSModel.getElementDeclaration(java.lang.String name, java.lang.String namespace)
          Convenience method.
 XSElementDeclaration XSElementDeclaration.getSubstitutionGroupAffiliation()
          [substitution group affiliation]: a top-level element definition if it exists, otherwise null.
 

Methods in org.apache.xerces.xs with parameters of type XSElementDeclaration
 XSObjectList XSModel.getSubstitutionGroup(XSElementDeclaration head)
          Convenience method.