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.
 

Methods in org.apache.xerces.impl.xs with parameters of type FieldActivator
 void XMLSchemaValidator.ValueStoreCache.initValueStoresFor(XSElementDecl eDecl, FieldActivator activator)
          Initializes the value stores for the specified element declaration.
 

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

Fields in org.apache.xerces.impl.xs.identity declared as FieldActivator
protected  FieldActivator Selector.Matcher.fFieldActivator
          Field activator.
 

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.
 



Copyright © 2011. All Rights Reserved.