Package | Description |
---|---|
de.pdark.decentxml |
Modifier and Type | Class | Description |
---|---|---|
class |
Document |
This class represents an XML document.
|
class |
Element |
An element in a XML document.
|
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) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
TreeIterator.push(NodeWithChildren node) |
|
void |
XMLWriter.writeChildNodes(NodeWithChildren node) |
Write all children of a node
|
Constructor | Description |
---|---|
TreeIterator(NodeWithChildren start) |
Copyright © 2008–2019. All rights reserved.