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 classDocumentThis class represents an XML document.classElementAn element in a XML document.Methods in de.pdark.decentxml that return NodeWithChildren Modifier and Type Method Description NodeWithChildrenNodeWithChildren. addNode(int index, Node node)NodeWithChildrenNodeWithChildren. addNode(Node node)NodeWithChildrenNodeWithChildren. addNodes(int index, Node... nodes)NodeWithChildrenNodeWithChildren. addNodes(int index, java.util.Collection<? extends Node> nodes)NodeWithChildrenNodeWithChildren. addNodes(Node... nodes)NodeWithChildrenNodeWithChildren. addNodes(java.util.Collection<? extends Node> nodes)NodeWithChildrenNodeWithChildren. clearNodes()NodeWithChildrenNodeWithChildren. copy()NodeWithChildrenNodeWithChildren. copy(Node orig)NodeWithChildrenTreeIterator. currentNode()protected NodeWithChildrenTreeIterator. pop()NodeWithChildrenNodeWithChildren. toXML(XMLWriter writer)Methods in de.pdark.decentxml with parameters of type NodeWithChildren Modifier and Type Method Description protected voidTreeIterator. push(NodeWithChildren node)voidXMLWriter. writeChildNodes(NodeWithChildren node)Write all children of a nodeConstructors in de.pdark.decentxml with parameters of type NodeWithChildren Constructor Description TreeIterator(NodeWithChildren start)
-