public final class XmlUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getNodeNames(Set<Node> nodes) |
static Set<QName> |
getNodeTypes(Set<Node> nodes) |
static Set<Node> |
getRootNodes(DOMSource request) |
static boolean |
isIdenticalNormalizedWithoutValues(String expected,
String current) |
static QName |
nodeToQName(Node node) |
static String |
normalizeAndRemoveValues(String xmlContent) |
static Set<Node> |
populateNodes(Node node,
Set<Node> nodes) |
static void |
processNode(Node node) |
static String |
serializePretty(Document document) |
static String |
sourceToXmlString(Source xmlSource) |
static Source |
xmlStringToSource(String xmlString) |
Copyright © 2012-2018. All Rights Reserved.