Uses of Class
org.apache.xerces.impl.xs.identity.XPathMatcher

Packages that use XPathMatcher
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
 

Uses of XPathMatcher in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return XPathMatcher
 XPathMatcher XMLSchemaValidator.activateField(Field field, int initialDepth)
          Request to activate the specified field.
 

Uses of XPathMatcher in org.apache.xerces.impl.xs.identity
 

Subclasses of XPathMatcher in org.apache.xerces.impl.xs.identity
 class Selector.Matcher
          Selector matcher.
 

Methods in org.apache.xerces.impl.xs.identity that return XPathMatcher
 XPathMatcher FieldActivator.activateField(Field field, int initialDepth)
          Request to activate the specified field.
 XPathMatcher Selector.createMatcher(FieldActivator activator, int initialDepth)
          Creates a selector matcher.
 XPathMatcher Field.createMatcher(ValueStore store)
          Creates a field matcher.