| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| flattree | |
| flattree.config | |
| flattree.tree | |
| flattree.xml.sax | |
| flattree.xml.stax | |
| flattree.xstream | |
| Uses of Node in flattree | 
|---|
| Methods in flattree that return Node | |
|---|---|
| protected  Node | TreeWriter.createNode(Node parent,
           String name,
           Map<String,String> values)Hook method for subclasses to create a child node with the given name. | 
|  Node | TreeReader.getCurrentNode()Get the currently read node. | 
| Methods in flattree with parameters of type Node | |
|---|---|
| protected  Node | TreeWriter.createNode(Node parent,
           String name,
           Map<String,String> values)Hook method for subclasses to create a child node with the given name. | 
| Constructors in flattree with parameters of type Node | |
|---|---|
| TreeReader(Node root,
           FlatReader reader)Read nodes from the given reader. | |
| TreeWriter(Node root,
           FlatWriter writer)Write nodes to the given writer. | |
| Uses of Node in flattree.config | 
|---|
| Methods in flattree.config that return Node | |
|---|---|
|  Node | FlatTree.getRoot()Get the root Nodeof the configured tree. | 
| Uses of Node in flattree.tree | 
|---|
| Classes in flattree.tree that implement Node | |
|---|---|
|  class | AbstractNodeBase class fhandling common functionality of nodes. | 
|  class | DelimitedNodeA Nodewhich writes and reads characters bounded by a delimiter. | 
|  class | DynamicNodeA Nodewith dynamic bounds, i.e. | 
|  class | FixedLengthNodeA Nodewhich writes and reads characters limited by a fixed length. | 
|  class | SyntheticNodeA synthetic Nodein the tree without a flat representation. | 
| Methods in flattree.tree that return types with arguments of type Node | |
|---|---|
|  List<Node> | AbstractNode.getNodes()Get all children nodes. | 
|  List<Node> | Node.getNodes()Children Nodes. | 
| Methods in flattree.tree with parameters of type Node | |
|---|---|
|  AbstractNode | AbstractNode.add(Node node)A a single child node. | 
| Method parameters in flattree.tree with type arguments of type Node | |
|---|---|
|  void | AbstractNode.setNodes(List<Node> nodes)Set the children nodes. | 
| Uses of Node in flattree.xml.sax | 
|---|
| Constructors in flattree.xml.sax with parameters of type Node | |
|---|---|
| FlatHandler(Node root,
            Writer writer)Write contents to the given writer. | |
| FlatXMLReader(Node root)Define the tree structure. | |
| Uses of Node in flattree.xml.stax | 
|---|
| Constructors in flattree.xml.stax with parameters of type Node | |
|---|---|
| FlatStreamReader(Node root,
                 Reader reader)Read from the given reader. | |
| FlatStreamWriter(Node root,
                 Writer writer)Write to the given writer. | |
| Uses of Node in flattree.xstream | 
|---|
| Methods in flattree.xstream that return Node | |
|---|---|
| protected  Node | FlatHierarchicalStreamDriver.createNode(Node parent,
           String name,
           Map<String,String> values)Support lazy creation of nodes on writing. | 
| Methods in flattree.xstream with parameters of type Node | |
|---|---|
| protected  Node | FlatHierarchicalStreamDriver.createNode(Node parent,
           String name,
           Map<String,String> values)Support lazy creation of nodes on writing. | 
| Constructors in flattree.xstream with parameters of type Node | |
|---|---|
| FlatHierarchicalStreamDriver(Node root)Use the given Nodedefining the tree structure. | |
| FlatHierarchicalStreamReader(Node root,
                             Reader reader) | |
| FlatHierarchicalStreamWriter(Node root,
                             Writer writer) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||