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 TypeClassDescriptionclass
This class represents an XML document.class
An 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 NodeWithChildren
TreeIterator.pop()
Methods in de.pdark.decentxml with parameters of type NodeWithChildrenModifier and TypeMethodDescriptionprotected 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