public class XPathAPI extends Object
| Constructor and Description |
|---|
XPathAPI() |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.traversal.NodeIterator |
selectNodeIterator(Node doc,
String query) |
static NodeList |
selectNodeList(Node doc,
String query) |
static Node |
selectSingleNode(Node doc,
String query) |
Copyright © 2022. All rights reserved.