Uses of Class
org.apache.commons.configuration.tree.NodeAddData

Packages that use NodeAddData
org.apache.commons.configuration The Configuration main package. 
org.apache.commons.configuration.tree A package with helper and utility classes used by hierarchical configurations. 
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 NodeAddData in org.apache.commons.configuration
 

Methods in org.apache.commons.configuration with parameters of type NodeAddData
private  ConfigurationNode HierarchicalConfiguration.processNodeAddData(NodeAddData data)
          Helper method for processing a node add data object obtained from the expression engine.
 

Uses of NodeAddData in org.apache.commons.configuration.tree
 

Methods in org.apache.commons.configuration.tree that return NodeAddData
 NodeAddData ExpressionEngine.prepareAdd(ConfigurationNode root, java.lang.String key)
          Returns information needed for an add operation.
 NodeAddData DefaultExpressionEngine.prepareAdd(ConfigurationNode root, java.lang.String key)
           Prepares Adding the property with the specified key.
 

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

Methods in org.apache.commons.configuration.tree.xpath that return NodeAddData
 NodeAddData XPathExpressionEngine.prepareAdd(ConfigurationNode root, java.lang.String key)
          Prepares an add operation for a configuration property.
 

Methods in org.apache.commons.configuration.tree.xpath with parameters of type NodeAddData
protected  void XPathExpressionEngine.initNodeAddData(NodeAddData data, java.lang.String path)
          Initializes most properties of a NodeAddData object.