public class XPathHelper extends Object
| Constructor and Description |
|---|
XPathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Element |
selectElement(org.dom4j.Node base,
String xpath) |
static org.dom4j.Element |
selectElement(String base,
String xpath) |
static Iterable<org.dom4j.Element> |
selectElements(org.dom4j.Node base,
String xpath) |
static Iterable<org.dom4j.Element> |
selectElements(String base,
String xpath) |
Copyright © 2018. All rights reserved.