Uses of Class
org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase

Packages that use ConfigurationNodeIteratorBase
org.apache.commons.configuration.tree.xpath This package contains the implementation of the XPathExpressionEngine class, which enables XPATH support for querying configuration properties. 
 

Uses of ConfigurationNodeIteratorBase in org.apache.commons.configuration.tree.xpath
 

Subclasses of ConfigurationNodeIteratorBase in org.apache.commons.configuration.tree.xpath
(package private)  class ConfigurationNodeIteratorAttribute
          A specialized node iterator implementation that deals with attribute nodes.
(package private)  class ConfigurationNodeIteratorChildren
          A specialized iterator implementation for the child nodes of a configuration node.
 



Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.