BEA Systems, Inc.

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

Packages that use XSElementDecl
weblogic.apache.xerces.impl.xs   
 

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

Fields in weblogic.apache.xerces.impl.xs declared as XSElementDecl
 XSElementDecl XSElementDecl.fSubGroup
          Deprecated.  
 

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

Methods in weblogic.apache.xerces.impl.xs with parameters of type XSElementDecl
 void SchemaGrammar.addGlobalElementDecl(XSElementDecl decl)
          Deprecated. register one global element
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalElementDecl(XSElementDecl decl)
           
 void SchemaGrammar.addIDConstraintDecl(XSElementDecl elmDecl, weblogic.apache.xerces.impl.xs.identity.IdentityConstraint decl)
          Deprecated. register one identity constraint
 void SubstitutionGroupHandler.addSubstitutionGroup(XSElementDecl[] elements)
          Deprecated. add a list of substitution group information.
static void XSConstraints.findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)
          Deprecated.  
 XSElementDecl SubstitutionGroupHandler.getMatchingElemDecl(QName element, XSElementDecl exemplar)
          Deprecated.  
 XSElementDecl[] SubstitutionGroupHandler.getSubstitutionGroup(XSElementDecl element)
          Deprecated. 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)
          Initializes the value stores for the specified element declaration.
 boolean SubstitutionGroupHandler.inSubstitutionGroup(XSElementDecl element, XSElementDecl exemplar)
          Deprecated.  
static boolean XSConstraints.overlapUPA(XSElementDecl element1, XSElementDecl element2, SubstitutionGroupHandler sgHandler)
          Deprecated.  
static boolean XSConstraints.overlapUPA(XSElementDecl element, XSWildcardDecl wildcard, SubstitutionGroupHandler sgHandler)
          Deprecated.  
protected  boolean SubstitutionGroupHandler.substitutionGroupOK(XSElementDecl element, XSElementDecl exemplar, short blockingConstraint)
          Deprecated.  
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.