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

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

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

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

Methods in org.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 org.apache.xerces.validators.common with parameters of type XPathMatcher
 void XMLValidator.XPathMatcherStack.addMatcher(XPathMatcher matcher)
          Adds a matcher.
 

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

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

Methods in org.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.
 



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