public final class XmlUtils extends Object
| 构造器和说明 |
|---|
XmlUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Element> |
getChildElements(Element parent) |
static List<Element> |
getChildElements(Element parent,
String tagName) |
static Document |
getDocument(String payload) |
static Element |
getRootElementFromString(String payload) |
public static Document getDocument(String payload) throws ParserConfigurationException, SAXException, IOException
public static Element getRootElementFromString(String payload) throws ParserConfigurationException, SAXException, IOException
Copyright © 2020. All rights reserved.