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

Packages that use NodeAddData
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.tree
 

Methods in org.apache.commons.configuration.tree that return NodeAddData
 NodeAddData ExpressionEngine.prepareAdd(ConfigurationNode root, String key)
          Returns information needed for an add operation.
 NodeAddData DefaultExpressionEngine.prepareAdd(ConfigurationNode root, 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, 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, String path)
          Initializes most properties of a NodeAddData object.
 



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