public class XMLUtils extends Object
| Constructor and Description |
|---|
XMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
evaluate(org.dom4j.Node document,
String expression) |
static String |
evaluate(String document,
String expression) |
static org.dom4j.Document |
getDocument(String document) |
static org.dom4j.Node |
getNode(org.dom4j.Node document,
String expression) |
static List<org.dom4j.Node> |
getNodes(org.dom4j.Node document,
String expression) |
static void |
setNamespaces(Map<String,String> nsMap) |
public static org.dom4j.Document getDocument(String document) throws XMLException
XMLExceptionpublic static String evaluate(String document, String expression) throws XMLException
XMLExceptionpublic static String evaluate(org.dom4j.Node document, String expression) throws XMLException
XMLExceptionpublic static List<org.dom4j.Node> getNodes(org.dom4j.Node document, String expression) throws XMLException
XMLExceptionpublic static org.dom4j.Node getNode(org.dom4j.Node document,
String expression)
Copyright © 2025. All rights reserved.