Uses of Class
org.apache.commons.configuration.HierarchicalConfiguration.Node

Packages that use HierarchicalConfiguration.Node
org.apache.commons.configuration Configuration package.  
 

Uses of HierarchicalConfiguration.Node in org.apache.commons.configuration
 

Subclasses of HierarchicalConfiguration.Node in org.apache.commons.configuration
(package private)  class XMLConfiguration.XMLNode
          A specialized Node class that is connected with an XML element.
 

Methods in org.apache.commons.configuration that return HierarchicalConfiguration.Node
protected  HierarchicalConfiguration.Node XMLConfiguration.createNode(String name)
          Creates a new node object.
 HierarchicalConfiguration.Node HierarchicalConfiguration.getRoot()
          Returns the root node of this hierarchical configuration.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.fetchAddNode(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node startNode)
          Returns a reference to the parent node of an add operation.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.findLastPathNode(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node node)
          Finds the last existing node for an add operation.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.createAddPath(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node root)
          Creates the missing nodes for adding a new property.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.createNode(String name)
          Creates a new Node object with the specified name.
 HierarchicalConfiguration.Node HierarchicalConfiguration.Node.getParent()
          Returns the parent of this node.
 HierarchicalConfiguration.Node HierarchicalConfiguration.CloneVisitor.getClone()
          Returns the result of the clone process.
 HierarchicalConfiguration.Node ConfigurationFactory.HierarchicalConfigurationNodeConverter.getRootNode()
          Returns the constructed root node.
 

Methods in org.apache.commons.configuration with parameters of type HierarchicalConfiguration.Node
 void XMLConfiguration.XMLBuilderVisitor.processDocument(HierarchicalConfiguration.Node rootNode)
          Processes the node hierarchy and adds new nodes to the document.
protected  Object XMLConfiguration.XMLBuilderVisitor.insert(HierarchicalConfiguration.Node newNode, HierarchicalConfiguration.Node parent, HierarchicalConfiguration.Node sibling1, HierarchicalConfiguration.Node sibling2)
           
(package private) static void XMLConfiguration.XMLBuilderVisitor.updateAttribute(HierarchicalConfiguration.Node node, String name)
          Updates the value of the specified attribute of the given node.
 void HierarchicalConfigurationXMLReader.SAXVisitor.visitAfterChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the specified node after its children have been processed.
 void HierarchicalConfigurationXMLReader.SAXVisitor.visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the specified node.
protected  Attributes HierarchicalConfigurationXMLReader.SAXVisitor.fetchAttributes(HierarchicalConfiguration.Node node)
          Returns an object with all attributes for the specified node.
 void HierarchicalConfiguration.setRoot(HierarchicalConfiguration.Node node)
          Sets the root node of this hierarchical configuration.
protected  void HierarchicalConfiguration.findPropertyNodes(ConfigurationKey.KeyIterator keyPart, HierarchicalConfiguration.Node node, Collection data)
          Recursive helper method for fetching a property.
protected  boolean HierarchicalConfiguration.nodeDefined(HierarchicalConfiguration.Node node)
          Checks if the specified node is defined.
protected  void HierarchicalConfiguration.removeNode(HierarchicalConfiguration.Node node)
          Removes the specified node from this configuration.
protected  void HierarchicalConfiguration.clearNode(HierarchicalConfiguration.Node node)
          Clears the value of the specified node.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.fetchAddNode(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node startNode)
          Returns a reference to the parent node of an add operation.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.findLastPathNode(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node node)
          Finds the last existing node for an add operation.
protected  HierarchicalConfiguration.Node HierarchicalConfiguration.createAddPath(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node root)
          Creates the missing nodes for adding a new property.
 void HierarchicalConfiguration.Node.setParent(HierarchicalConfiguration.Node node)
          Sets the parent of this node.
 void HierarchicalConfiguration.Node.addChild(HierarchicalConfiguration.Node child)
          Adds the specified child object to this node.
 boolean HierarchicalConfiguration.Node.remove(HierarchicalConfiguration.Node child)
          Removes the specified child from this node.
 void HierarchicalConfiguration.NodeVisitor.visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the specified node.
 void HierarchicalConfiguration.NodeVisitor.visitAfterChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the specified node after its children have been processed.
 void HierarchicalConfiguration.DefinedVisitor.visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the node.
 void HierarchicalConfiguration.DefinedKeysVisitor.visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the specified node.
 void HierarchicalConfiguration.CloneVisitor.visitAfterChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits the specified node after its children have been processed.
 void HierarchicalConfiguration.CloneVisitor.visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
          Visits and copies the specified node.
 void HierarchicalConfiguration.BuilderVisitor.visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
           
protected abstract  Object HierarchicalConfiguration.BuilderVisitor.insert(HierarchicalConfiguration.Node newNode, HierarchicalConfiguration.Node parent, HierarchicalConfiguration.Node sibling1, HierarchicalConfiguration.Node sibling2)
          Inserts a new node into the structure constructed by this builder.
 



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