Uses of Class
org.apache.commons.configuration.tree.NodeAddData
-
Packages that use NodeAddData Package Description org.apache.commons.configuration.tree org.apache.commons.configuration.tree.xpath -
-
Uses of NodeAddData in org.apache.commons.configuration.tree
Methods in org.apache.commons.configuration.tree that return NodeAddData Modifier and Type Method Description NodeAddDataDefaultExpressionEngine. prepareAdd(ConfigurationNode root, java.lang.String key)Prepares Adding the property with the specified key.NodeAddDataExpressionEngine. 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 NodeAddDataXPathExpressionEngine. 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 voidXPathExpressionEngine. initNodeAddData(NodeAddData data, java.lang.String path)Initializes most properties of aNodeAddDataobject.
-