Uses of Class
org.apache.commons.configuration2.tree.xpath.XPathContextFactory
-
Packages that use XPathContextFactory Package Description org.apache.commons.configuration2.tree.xpath This package contains theXPathExpressionEngine
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 XPathContextFactory Modifier and Type Field Description private XPathContextFactory
XPathExpressionEngine. contextFactory
The internally used context factory.Methods in org.apache.commons.configuration2.tree.xpath that return XPathContextFactory Modifier and Type Method Description (package private) XPathContextFactory
XPathExpressionEngine. getContextFactory()
Gets theXPathContextFactory
used by this instance.Constructors in org.apache.commons.configuration2.tree.xpath with parameters of type XPathContextFactory Constructor Description XPathExpressionEngine(XPathContextFactory factory)
Creates a new instance ofXPathExpressionEngine
and sets the context factory.
-