Package | Description |
---|---|
de.pdark.decentxml |
Modifier and Type | Class and Description |
---|---|
class |
Document
This class represents an XML document.
|
class |
Element
An element in a XML document.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<NodeWithChildren> |
TreeIterator.stack |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeIterator.push(NodeWithChildren node) |
void |
XMLWriter.writeChildNodes(NodeWithChildren node)
Write all children of a node
|
Constructor and Description |
---|
TreeIterator(NodeWithChildren start) |