| Package | Description |
|---|---|
| xmlhelpers |
| Modifier and Type | Method and Description |
|---|---|
XMLNodeList |
XMLNode.getChildNodes()
Returns the child nodes of this node.
|
XMLNodeList |
XMLNode.getChildNodesByName(String name)
Returns a list of the child nodes of this node by name.
|
XMLNodeList |
XMLNode.getChildNodesRecursivelyByName(Set<String> names)
Returns all child nodes that have the given names resursively.
|
XMLNodeList |
XMLNode.getChildNodesRecursivelyByName(String... names)
Returns all child nodes that have the given names resursively.
|
XMLNodeList |
XMLNode.getDeepChildNodesRecursivelyByName(Set<String> names)
Returns all deep child nodes that have the given names resursively.
|
XMLNodeList |
XMLNode.getDeepChildNodesRecursivelyByName(String... names)
Returns all deep child nodes that have the given names resursively.
|
XMLNodeList |
XMLDocument.getElementsByTagName(String tagName)
Returns all elements of the document with the given tag name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLNode.addNewChildNodes(XMLNodeList newChildNodes)
Adds a list of nodes as child nodes to this node.
|
Copyright © 2017. All rights reserved.