public class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
createElement(Document doc,
Node parent,
String tagName) |
static Element |
fetchOrCreateElement(Document doc,
Node parent,
String tagName) |
static Document |
parseXml(InputStream input) |
static void |
writeXml(Document doc,
File outputFile) |
Copyright © 2012–2021. All rights reserved.