Uses of Class
org.apache.xerces.impl.xs.XSElementDecl

Packages that use XSElementDecl
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.models   
 

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

Fields in org.apache.xerces.impl.xs declared as XSElementDecl
 XSElementDecl XSElementDecl.fSubGroup
           
 

Methods in org.apache.xerces.impl.xs that return XSElementDecl
 XSElementDecl XSDeclarationPool.getElementDecl()
           
 XSElementDecl SchemaGrammar.getGlobalElementDecl(java.lang.String declName)
          get one global element
 XSElementDecl SubstitutionGroupHandler.getMatchingElemDecl(QName element, XSElementDecl exemplar)
           
 XSElementDecl[] SubstitutionGroupHandler.getSubstitutionGroup(XSElementDecl element)
          get all elements that can substitute the given element, according to the spec, we shouldn't consider the {block} constraints.
 

Methods in org.apache.xerces.impl.xs with parameters of type XSElementDecl
 void SchemaGrammar.addGlobalElementDecl(XSElementDecl decl)
          register one global element
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalElementDecl(XSElementDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalElementDecl(XSElementDecl decl)
           
 void SchemaGrammar.addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl)
          register one identity constraint
 void SubstitutionGroupHandler.addSubstitutionGroup(XSElementDecl[] elements)
          add a list of substitution group information.
static void XSConstraints.findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)
           
 XSElementDecl SubstitutionGroupHandler.getMatchingElemDecl(QName element, XSElementDecl exemplar)
           
 XSElementDecl[] SubstitutionGroupHandler.getSubstitutionGroup(XSElementDecl element)
          get all elements that can substitute the given element, according to the spec, we shouldn't consider the {block} constraints.
 boolean SubstitutionGroupHandler.inSubstitutionGroup(XSElementDecl element, XSElementDecl exemplar)
           
static boolean XSConstraints.overlapUPA(XSElementDecl element1, XSElementDecl element2, SubstitutionGroupHandler sgHandler)
           
static boolean XSConstraints.overlapUPA(XSElementDecl element, XSWildcardDecl wildcard, SubstitutionGroupHandler sgHandler)
           
 

Uses of XSElementDecl in org.apache.xerces.impl.xs.models
 

Methods in org.apache.xerces.impl.xs.models with parameters of type XSElementDecl
 void XSAllCM.addElement(XSElementDecl element, boolean isOptional)