Uses of Class
de.pdark.decentxml.NodeWithChildren
Packages that use NodeWithChildren
-
Uses of NodeWithChildren in de.pdark.decentxml
Subclasses of NodeWithChildren in de.pdark.decentxmlModifier and TypeClassDescriptionclassThis class represents an XML document.classAn element in a XML document.Fields in de.pdark.decentxml with type parameters of type NodeWithChildrenMethods in de.pdark.decentxml that return NodeWithChildrenModifier and TypeMethodDescriptionNodeWithChildren.addNodes(int index, Collection<? extends Node> nodes) NodeWithChildren.addNodes(Collection<? extends Node> nodes) NodeWithChildren.clearNodes()NodeWithChildren.copy()TreeIterator.currentNode()protected NodeWithChildrenTreeIterator.pop()Methods in de.pdark.decentxml with parameters of type NodeWithChildrenModifier and TypeMethodDescriptionprotected voidTreeIterator.push(NodeWithChildren node) voidXMLWriter.writeChildNodes(NodeWithChildren node) Write all children of a nodeConstructors in de.pdark.decentxml with parameters of type NodeWithChildren