public class XPathHelper extends Object
| Constructor and Description |
|---|
XPathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getNodeValue(String expression,
Node node) |
static Node |
selectNode(String expression,
Object doc) |
static List |
selectNodes(String expression,
Object doc) |
Copyright © 2003–2021 Sakai Project. All rights reserved.