Uses of Class
org.apache.commons.jxpath.AbstractFactory
-
Packages that use AbstractFactory Package Description org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration.org.apache.commons.jxpath.ri.model The "model" package defines APIs that are implemented for every object model to be supported by JXPath.org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. -
-
Uses of AbstractFactory in org.apache.commons.jxpath
Fields in org.apache.commons.jxpath declared as AbstractFactory Modifier and Type Field Description protected AbstractFactory
JXPathContext. factory
AbstractFactoryMethods in org.apache.commons.jxpath that return AbstractFactory Modifier and Type Method Description AbstractFactory
JXPathContext. getFactory()
Returns the AbstractFactory installed on this context.Methods in org.apache.commons.jxpath with parameters of type AbstractFactory Modifier and Type Method Description void
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 AbstractFactory Modifier and Type Method Description protected AbstractFactory
NodePointer. getAbstractFactory(JXPathContext context)
Get the AbstractFactory associated with the specified JXPathContext. -
Uses of AbstractFactory in org.apache.commons.jxpath.ri.model.beans
Methods in org.apache.commons.jxpath.ri.model.beans with parameters of type AbstractFactory Modifier and Type Method Description private JXPathAbstractFactoryException
NullPropertyPointer. createBadFactoryException(AbstractFactory factory)
Create a "bad factory" JXPathAbstractFactoryException for the specified AbstractFactory.
-