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

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

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(String declName)
          get one global element
 XSElementDecl SchemaGrammar.getGlobalElementDecl(String declName, String location)
           
 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)
           
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalElementDecl(XSElementDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalElementDecl(XSElementDecl decl)
           
 void SchemaGrammar.addGlobalElementDecl(XSElementDecl decl, String location)
           
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalElementDecl(XSElementDecl decl, String location)
           
 void SchemaGrammar.Schema4Annotations.addGlobalElementDecl(XSElementDecl decl, String location)
           
 void SchemaGrammar.addGlobalElementDeclAll(XSElementDecl decl)
          register one global element
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalElementDeclAll(XSElementDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalElementDeclAll(XSElementDecl decl)
           
 void SchemaGrammar.addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl)
          register one identity constraint
 void SchemaGrammar.addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl, String location)
           
 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.
 void XMLSchemaValidator.ValueStoreCache.initValueStoresFor(XSElementDecl eDecl, FieldActivator activator)
          Initializes the value stores for the specified element declaration.
 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)
           
protected  boolean SubstitutionGroupHandler.substitutionGroupOK(XSElementDecl element, XSElementDecl exemplar, short blockingConstraint)
           
 

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)
           
 

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

Methods in org.apache.xerces.impl.xs.traversers with parameters of type XSElementDecl
protected  void XSDHandler.storeKeyRef(Element keyrefToStore, org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc, XSElementDecl currElemDecl)
           
 



Copyright © 2011. All Rights Reserved.