Uses of Class
org.apache.commons.jxpath.AbstractFactory
Packages that use AbstractFactory
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Implementation of "model" APIs for Containers.
-
Uses of AbstractFactory in org.apache.commons.jxpath
Fields in org.apache.commons.jxpath declared as AbstractFactoryMethods in org.apache.commons.jxpath that return AbstractFactoryModifier and TypeMethodDescriptionJXPathContext.getFactory()
Returns the AbstractFactory installed on this context.Methods in org.apache.commons.jxpath with parameters of type AbstractFactoryModifier and TypeMethodDescriptionvoid
JXPathContext.setFactory
(AbstractFactory factory) Install an abstract factory that should be used by thecreatePath()
andcreatePathAndSetValue()
methods. -
Uses of AbstractFactory in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model that return AbstractFactoryModifier and TypeMethodDescriptionprotected AbstractFactory
NodePointer.getAbstractFactory
(JXPathContext context) Gets the AbstractFactory associated with the specified JXPathContext.