Uses of Class
org.apache.xerces.utils.NamespacesScope

Packages that use NamespacesScope
org.apache.xerces.validators.schema   
org.apache.xerces.validators.schema.identity   
 

Uses of NamespacesScope in org.apache.xerces.validators.schema
 

Methods in org.apache.xerces.validators.schema that return NamespacesScope
 NamespacesScope SchemaGrammar.getNamespacesScope()
           
 

Methods in org.apache.xerces.validators.schema with parameters of type NamespacesScope
protected  void SchemaGrammar.setNamespacesScope(NamespacesScope nsScope)
           
 

Constructors in org.apache.xerces.validators.schema with parameters of type NamespacesScope
TraverseSchema.SchemaInfo(boolean saveElementDefaultQualified, boolean saveAttributeDefaultQualified, int saveBlockDefault, int saveFinalDefault, java.lang.String savedSchemaURL, Element saveRoot, NamespacesScope saveNamespacesScope, TraverseSchema.SchemaInfo nextRoot, TraverseSchema.SchemaInfo prevRoot)
           
 

Uses of NamespacesScope in org.apache.xerces.validators.schema.identity
 

Fields in org.apache.xerces.validators.schema.identity declared as NamespacesScope
protected  NamespacesScope XPathMatcher.fNamespacesScope
          Namespace scope.
 

Constructors in org.apache.xerces.validators.schema.identity with parameters of type NamespacesScope
XPath(java.lang.String xpath, StringPool stringPool, NamespacesScope context)
          Constructs an XPath object from the specified expression.
Field.XPath(java.lang.String xpath, StringPool stringPool, NamespacesScope context)
          Constructs a field XPath expression.
Selector.XPath(java.lang.String xpath, StringPool stringPool, NamespacesScope context)
          Constructs a selector XPath expression.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.