public final class XmlUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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–2019. All rights reserved.