public class Dom4jUtilityParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NS_SEPARATOR |
| Constructor and Description |
|---|
Dom4jUtilityParser() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countNodes(org.dom4j.Document document,
String xpath) |
static String |
getFirstValue(org.dom4j.Document document,
String xpath) |
static Node |
getNode(org.dom4j.Document document,
String xpath) |
static List<Node> |
getNodes(org.dom4j.Document document,
String xpath) |
static org.dom4j.Document |
parseXml(String xml) |
static String |
xpath(String... p) |
public static final String NS_SEPARATOR
public static org.dom4j.Document parseXml(String xml) throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic static int countNodes(org.dom4j.Document document,
String xpath)
throws VtdException
VtdExceptionpublic static Node getNode(org.dom4j.Document document, String xpath) throws VtdException
VtdExceptionpublic static List<Node> getNodes(org.dom4j.Document document, String xpath) throws VtdException
VtdExceptionpublic static String getFirstValue(org.dom4j.Document document, String xpath) throws VtdException
VtdExceptionCopyright © 2018. All rights reserved.