BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

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

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

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

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

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

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

Methods in weblogic.apache.xerces.validators.schema.identity with parameters of type NamespacesScope
 void XPathMatcher.startDocumentFragment(StringPool stringPool, NamespacesScope namespacesScope)
          The start of the document fragment.
 void Selector.Matcher.startDocumentFragment(StringPool stringPool, NamespacesScope namespacesScope)
           
 

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.