| Constructor and Description |
|---|
XmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
addChild(Document doc,
Element parent,
String name) |
static Element |
addChild(Element parent,
String name) |
static Document |
createDocument() |
static Node |
getChild(Element parent,
String name) |
static String |
getChildText(Element parent,
String name) |
static String |
getText(Node element) |
public XmlUtil()
public static Document createDocument() throws ParserConfigurationException
ParserConfigurationExceptionpublic static String getChildText(Element parent, String name)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.