Uses of Class
de.pdark.decentxml.NodeWithChildren

Packages that use NodeWithChildren
de.pdark.decentxml   
 

Uses of NodeWithChildren in de.pdark.decentxml
 

Subclasses of NodeWithChildren in de.pdark.decentxml
 class Document
          This class represents an XML document.
 class Element
          An element in a XML document.
 

Methods in de.pdark.decentxml that return NodeWithChildren
 NodeWithChildren NodeWithChildren.addNode(int index, Node node)
           
 NodeWithChildren NodeWithChildren.addNode(Node node)
           
 NodeWithChildren NodeWithChildren.addNodes(java.util.Collection<? extends Node> nodes)
           
 NodeWithChildren NodeWithChildren.addNodes(int index, java.util.Collection<? extends Node> nodes)
           
 NodeWithChildren NodeWithChildren.addNodes(int index, Node... nodes)
           
 NodeWithChildren NodeWithChildren.addNodes(Node... nodes)
           
 NodeWithChildren NodeWithChildren.clearNodes()
           
 NodeWithChildren NodeWithChildren.copy()
           
 NodeWithChildren NodeWithChildren.copy(Node orig)
           
 NodeWithChildren TreeIterator.currentNode()
           
protected  NodeWithChildren TreeIterator.pop()
           
 NodeWithChildren NodeWithChildren.toXML(XMLWriter writer)
           
 

Methods in de.pdark.decentxml with parameters of type NodeWithChildren
protected  void TreeIterator.push(NodeWithChildren node)
           
 void XMLWriter.writeChildNodes(NodeWithChildren node)
          Write all children of a node
 

Constructors in de.pdark.decentxml with parameters of type NodeWithChildren
TreeIterator(NodeWithChildren start)
           
 



Copyright © 2008-2011. All Rights Reserved.