public class XMLTools extends Object
| Constructor and Description |
|---|
XMLTools() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printNode(Node n,
String prefix)
Recursively prints out the DOM structure underneath a Node.
|
static Node |
simpleXPath(Node parent,
String xpath)
A very simple XPath implementation.
|
public static void printNode(Node n, String prefix)
n - the Node to print outprefix - the prefix to usepublic static Node simpleXPath(Node parent, String xpath)
parent - the parent node to search intoxpath - the simplified XPath search stringCopyright © 2017 B3Partners B.V.. All rights reserved.