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 XPathContextFactoryXPathExpressionEngine.contextFactoryThe internally used context factory.Methods in org.apache.commons.configuration2.tree.xpath that return XPathContextFactoryModifier and TypeMethodDescription(package private) XPathContextFactoryXPathExpressionEngine.getContextFactory()Gets theXPathContextFactoryused 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 ofXPathExpressionEngineand sets the context factory.