Package org.apache.commons.configuration2.tree.xpath
package org.apache.commons.configuration2.tree.xpath
This package contains the XPathExpressionEngine class which enables XPATH support for querying configuration
properties.
-
ClassesClassDescriptionA base class for implementing iterators over configuration nodes.A specialized
NodePointerimplementation for the attributes of a configuration node.A specialized node iterator implementation that deals with attribute nodes.A specialized iterator implementation for the child nodes of a configuration node.A specificNodePointerimplementation for configuration nodes.Implements theNodePointerFactoryinterface for configuration nodes.An internally used wrapper class that holds all information for processing a query for a specific node.An internally used helper class for creating new XPath context objects.A specialized implementation of theExpressionEngineinterface that is able to evaluate XPATH expressions.