Uses of Class
org.apache.commons.configuration2.tree.xpath.XPathContextFactory
Packages that use XPathContextFactory
Package
Description
This package contains the
XPathExpressionEngine
class which enables XPATH support for querying configuration
properties.-
Uses of XPathContextFactory in org.apache.commons.configuration2.tree.xpath
Fields in org.apache.commons.configuration2.tree.xpath declared as XPathContextFactoryModifier and TypeFieldDescriptionprivate final XPathContextFactory
XPathExpressionEngine.contextFactory
The internally used context factory.Methods in org.apache.commons.configuration2.tree.xpath that return XPathContextFactoryModifier and TypeMethodDescription(package private) XPathContextFactory
XPathExpressionEngine.getContextFactory()
Gets theXPathContextFactory
used by this instance.Constructors in org.apache.commons.configuration2.tree.xpath with parameters of type XPathContextFactoryModifierConstructorDescription(package private)
XPathExpressionEngine
(XPathContextFactory factory) Creates a new instance ofXPathExpressionEngine
and sets the context factory.