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

Packages that use ViewNode
org.apache.commons.configuration.tree A package with helper and utility classes used by hierarchical configurations.  
 

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

Methods in org.apache.commons.configuration.tree that return ViewNode
protected  ViewNode NodeCombiner.createViewNode()
          Creates a new view node.
 

Methods in org.apache.commons.configuration.tree with parameters of type ViewNode
protected  void OverrideCombiner.addAttributes(ViewNode result, ConfigurationNode node1, ConfigurationNode node2)
          Handles the attributes during a combination process.
 



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