public class DomUtil
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DomUtil.NodeProcessor |
| Constructor | Description |
|---|---|
DomUtil(org.w3c.dom.Document doc) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Iterator<org.w3c.dom.Node> |
findChildren(org.w3c.dom.Node node,
java.lang.String name) |
|
void |
populate(XmlSuite xmlSuite) |
public void populate(XmlSuite xmlSuite) throws javax.xml.xpath.XPathExpressionException
javax.xml.xpath.XPathExpressionExceptionpublic static java.util.Iterator<org.w3c.dom.Node> findChildren(org.w3c.dom.Node node,
java.lang.String name)