Uses of Class
org.apache.commons.configuration.tree.NodeAddData
-
Packages that use NodeAddData Package Description 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 Modifier and Type Method Description NodeAddData
DefaultExpressionEngine. prepareAdd(ConfigurationNode root, java.lang.String key)
Prepares Adding the property with the specified key.NodeAddData
ExpressionEngine. prepareAdd(ConfigurationNode root, java.lang.String key)
Returns information needed for an add operation. -
Uses of NodeAddData in org.apache.commons.configuration.tree.xpath
Methods in org.apache.commons.configuration.tree.xpath that return NodeAddData Modifier and Type Method Description 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 Modifier and Type Method Description protected void
XPathExpressionEngine. initNodeAddData(NodeAddData data, java.lang.String path)
Initializes most properties of aNodeAddData
object.
-