Uses of Class
com.agimatec.commons.config.Node

Packages that use Node
com.agimatec.commons.config   
com.agimatec.commons.config.sax   
 

Uses of Node in com.agimatec.commons.config
 

Subclasses of Node in com.agimatec.commons.config
 class BooleanNode
           
 class CompositeNode
          Abstract superclass of config nodes that can contain more nodes and atomar nodes, with direct access methods for the atomar values.
 class Config
          Description: the root object of a Config file.
 class DecimalNode
          Title: Description: Company:
 class DoubleNode
          Title: Description: Company:
 class FileNode
          Description: a config entry representing a reference to a file or directory.
 class IntNode
          Title: Description: Company:
 class ListNode
          A config node representing a list of nodes.
 class LongNode
          Title: Description: Company:
 class MapNode
          A config node representing a map with nodes.
 class TextNode
          Title: Description: Company:
 

Methods in com.agimatec.commons.config that return Node
 Node ListNode.getNode(int index)
          cast the result of get(int) to Node
 

Methods in com.agimatec.commons.config with parameters of type Node
 void MapNode.put(Node node)
          put a named Node into the receiver's map
 

Uses of Node in com.agimatec.commons.config.sax
 

Methods in com.agimatec.commons.config.sax with parameters of type Node
protected  void NodeHandler.setName(Node node, org.xml.sax.Attributes attr)
           
 



Copyright © 2008-2012. All Rights Reserved.