| Package | Description |
|---|---|
| net.anotheria.util.xml |
| Modifier and Type | Method and Description |
|---|---|
XMLNode |
XMLTree.getRoot()
Returns the root node.
|
| Modifier and Type | Method and Description |
|---|---|
List<XMLNode> |
XMLNode.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLNode.addChildNode(XMLNode aChild)
Allow add child node for current.
|
void |
XMLTree.setRoot(XMLNode aRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLNode.setChildren(List<XMLNode> aChildren)
Set child nodes for current.
|
void |
XMLNode.setNodes(List<XMLNode> aNodes) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.