Uses of Class
org.apache.commons.configuration.tree.ViewNode
-
Packages that use ViewNode Package Description org.apache.commons.configuration.tree -
-
Uses of ViewNode in org.apache.commons.configuration.tree
Methods in org.apache.commons.configuration.tree that return ViewNode Modifier and Type Method Description protected ViewNodeNodeCombiner. createViewNode()Creates a new view node.Methods in org.apache.commons.configuration.tree with parameters of type ViewNode Modifier and Type Method Description protected voidMergeCombiner. addAttributes(ViewNode result, ConfigurationNode node1, ConfigurationNode node2)Handles the attributes during a combination process.protected voidOverrideCombiner. addAttributes(ViewNode result, ConfigurationNode node1, ConfigurationNode node2)Handles the attributes during a combination process.
-