BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xerces.validators.schema.identity.XPathMatcher

Packages that use XPathMatcher
weblogic.apache.xerces.validators.common   
weblogic.apache.xerces.validators.schema.identity   
 

Uses of XPathMatcher in weblogic.apache.xerces.validators.common
 

Fields in weblogic.apache.xerces.validators.common declared as XPathMatcher
protected  XPathMatcher[] XMLValidator.XPathMatcherStack.fMatchers
          Active matchers.
 

Methods in weblogic.apache.xerces.validators.common that return XPathMatcher
 XPathMatcher XMLValidator.activateField(Field field)
          Request to activate the specified field.
 XPathMatcher XMLValidator.XPathMatcherStack.getMatcherAt(int index)
          Returns the XPath matcher at the specified index.
 

Methods in weblogic.apache.xerces.validators.common with parameters of type XPathMatcher
 void XMLValidator.XPathMatcherStack.addMatcher(XPathMatcher matcher)
          Adds a matcher.
 

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

Subclasses of XPathMatcher in weblogic.apache.xerces.validators.schema.identity
protected  class Field.Matcher
          Field matcher.
protected  class Selector.Matcher
          Selector matcher.
 

Methods in weblogic.apache.xerces.validators.schema.identity that return XPathMatcher
 XPathMatcher Field.createMatcher(ValueStore store)
          Creates a field matcher.
 XPathMatcher Selector.createMatcher(FieldActivator activator)
          Creates a selector matcher.
 XPathMatcher FieldActivator.activateField(Field field)
          Request to activate the specified field.
 


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.