public final class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2022. All rights reserved.