Uses of Interface
org.apache.xerces.impl.xs.identity.FieldActivator

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

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

Classes in org.apache.xerces.impl.xs that implement FieldActivator
 class XMLSchemaValidator
          The XML Schema validator.
 

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

Methods in org.apache.xerces.impl.xs.identity with parameters of type FieldActivator
 XPathMatcher Selector.createMatcher(FieldActivator activator, int initialDepth)
          Creates a selector matcher.
 

Constructors in org.apache.xerces.impl.xs.identity with parameters of type FieldActivator
Selector.Matcher(Selector.XPath xpath, FieldActivator activator, int initialDepth)
          Constructs a selector matcher.