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
 

Fields in org.apache.xerces.impl.xs declared as XPathMatcher
protected  XPathMatcher[] XMLSchemaValidator.XPathMatcherStack.fMatchers
          Active matchers.
 

Methods in org.apache.xerces.impl.xs that return XPathMatcher
 XPathMatcher XMLSchemaValidator.activateField(Field field, int initialDepth)
          Request to activate the specified field.
 XPathMatcher XMLSchemaValidator.XPathMatcherStack.getMatcherAt(int index)
          Returns the XPath matcher at the specified index.
 

Methods in org.apache.xerces.impl.xs with parameters of type XPathMatcher
 void XMLSchemaValidator.XPathMatcherStack.addMatcher(XPathMatcher matcher)
          Adds a matcher.
 

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

Subclasses of XPathMatcher in org.apache.xerces.impl.xs.identity
protected  class Field.Matcher
          Field matcher.
 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.
 



Copyright © 2011. All Rights Reserved.