Uses of Class
org.apache.commons.jxpath.AbstractFactory

Packages that use AbstractFactory
org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. 
 

Uses of AbstractFactory in org.apache.commons.jxpath
 

Fields in org.apache.commons.jxpath declared as AbstractFactory
protected  AbstractFactory JXPathContext.factory
           
 

Methods in org.apache.commons.jxpath that return AbstractFactory
 AbstractFactory JXPathContext.getFactory()
          Returns the AbstractFactory installed on this context.
 

Methods in org.apache.commons.jxpath with parameters of type AbstractFactory
 void JXPathContext.setFactory(AbstractFactory factory)
          Install an abstract factory that should be used by the createPath() and createPathAndSetValue() methods.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.