All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
addAttributes(Element element,
Map<String,Object> map) |
static Element |
createElement(Node node,
String name,
String value,
Map<String,Object> attributes) |
static Node |
createNodeByPath(Document doc,
String path) |
static Document |
fromMap(Map<String,Object> map) |
static List<Element> |
fromObject(Document doc,
String name,
Object o) |
static Document |
fromObject(String name,
Object o) |
static int |
getChildElementCount(Node node) |
static Node |
getNodeByPath(Node node,
String path,
boolean create) |
static NodeList |
getNodeListByPath(Node node,
String path) |
static String |
getTextValueByPath(Node node,
String path) |
static Document |
newDocument() |
static void |
removeByPath(Document doc,
String path) |
static void |
setByPath(Document doc,
String path,
Node in) |
static void |
setByPath(Node doc,
String path,
String value) |
static String |
stripNameSpacePrefixes(String path) |
static com.jayway.jsonpath.DocumentContext |
toJsonDoc(Node node) |
static Document |
toNewDocument(Node in) |
static Object |
toObject(Node node) |
static String |
toString(Node node) |
static String |
toString(Node node,
boolean pretty) |
static String |
toXml(Object o) |
static Document |
toXmlDoc(Object o) |
static Document |
toXmlDoc(String xml) |
static void |
trimWhiteSpace(Node node) |