Uses of Class
org.apache.commons.configuration2.tree.xpath.AbstractConfigurationNodeIterator
-
Packages that use AbstractConfigurationNodeIterator Package Description org.apache.commons.configuration2.tree.xpath This package contains theXPathExpressionEngine
class which enables XPATH support for querying configuration properties. -
-
Uses of AbstractConfigurationNodeIterator in org.apache.commons.configuration2.tree.xpath
Subclasses of AbstractConfigurationNodeIterator in org.apache.commons.configuration2.tree.xpath Modifier and Type Class Description (package private) class
ConfigurationNodeIteratorAttribute<T>
A specialized node iterator implementation that deals with attribute nodes.(package private) class
ConfigurationNodeIteratorChildren<T>
A specialized iterator implementation for the child nodes of a configuration node.
-