public class XmlHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
XmlHelper |
append(String name,
String value) |
Document |
getDocument() |
XmlHelper |
pop() |
XmlHelper |
push(String name) |
byte[] |
toXmlBytes() |
public XmlHelper()
throws ParserConfigurationException
ParserConfigurationExceptionpublic XmlHelper(Document doc)
public XmlHelper pop()
public Document getDocument()
public byte[] toXmlBytes()
throws TransformerException
TransformerExceptionCopyright © 2021 vpc open source initiative. All rights reserved.