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
 

Fields in org.apache.xerces.dom declared as XSElementDeclaration
protected  XSElementDeclaration PSVIElementNSImpl.fDeclaration
          element declaration
 

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
 

Fields in org.apache.xerces.impl.xs declared as XSElementDeclaration
protected  XSElementDeclaration ElementPSVImpl.fDeclaration
          element declaration
 

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(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.apache.xerces.impl.xs with parameters of type XSElementDeclaration
 XSObjectList XSModelImpl.getSubstitutionGroup(XSElementDeclaration head)
          Convenience method.
 

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(String name)
          Convenience method.
 XSElementDeclaration XSModel.getElementDeclaration(String name, 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.
 



Copyright © 2011. All Rights Reserved.