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
NodePointer
implementation 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 specificNodePointer
implementation for configuration nodes.Implements theNodePointerFactory
interface 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 theExpressionEngine
interface that is able to evaluate XPATH expressions.