Uses of Class
de.pdark.decentxml.NodeWithChildren
-
Packages that use NodeWithChildren Package Description de.pdark.decentxml -
-
Uses of NodeWithChildren in de.pdark.decentxml
Subclasses of NodeWithChildren in de.pdark.decentxml Modifier and Type Class Description class
Document
This class represents an XML document.class
Element
An element in a XML document.Methods in de.pdark.decentxml that return NodeWithChildren Modifier and Type Method Description NodeWithChildren
NodeWithChildren. addNode(int index, Node node)
NodeWithChildren
NodeWithChildren. addNode(Node node)
NodeWithChildren
NodeWithChildren. addNodes(int index, Node... nodes)
NodeWithChildren
NodeWithChildren. addNodes(int index, Collection<? extends Node> nodes)
NodeWithChildren
NodeWithChildren. addNodes(Node... nodes)
NodeWithChildren
NodeWithChildren. addNodes(Collection<? extends 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 Modifier and Type Method Description protected void
TreeIterator. push(NodeWithChildren node)
void
XMLWriter. writeChildNodes(NodeWithChildren node)
Write all children of a nodeConstructors in de.pdark.decentxml with parameters of type NodeWithChildren Constructor Description TreeIterator(NodeWithChildren start)
-