public class DbiXmlWriter extends Object
| Constructor and Description |
|---|
DbiXmlWriter(String rootElementName,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
rewriteToZipStream(ZipOutputStream zipStream) |
void |
writeElement(String localName,
String value) |
void |
writeEndElement() |
void |
writeNewline() |
void |
writeStartElement(String localName) |
public DbiXmlWriter(String rootElementName, String version) throws XMLStreamException
XMLStreamExceptionpublic void writeStartElement(String localName) throws XMLStreamException
XMLStreamExceptionpublic void writeEndElement()
throws XMLStreamException
XMLStreamExceptionpublic void writeElement(String localName, String value) throws XMLStreamException
XMLStreamExceptionpublic void writeNewline()
throws XMLStreamException
XMLStreamExceptionpublic void flush()
throws IOException,
XMLStreamException
IOExceptionXMLStreamExceptionpublic void rewriteToZipStream(ZipOutputStream zipStream) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionCopyright © 2018. All rights reserved.