public interface XmlExporter
| Modifier and Type | Method and Description |
|---|---|
Document |
exportXmlToDoc()
Exports all items in database to xml file
|
String |
exportXmlToString()
Exports all items in database to string with XML
|
Document exportXmlToDoc() throws ParserConfigurationException
ParserConfigurationException - I have no idea why this could happenString exportXmlToString() throws XmlValidationException
XmlValidationException - if there are problems while validating XMLCopyright © 2017 Pivotal Software, Inc.. All rights reserved.