public interface IXMLWriter
| Modifier and Type | Method and Description |
|---|---|
void |
setOutput(OutputStream outputStream)
Set the outputStream of the writer
|
void |
setOutput(String systemId)
Set the output to a URL
|
void |
write(IXMLElement element)
Write the xml in the writer output
|
void write(IXMLElement element)
element - Xml to writeXMLException - if something went wrong.void setOutput(OutputStream outputStream)
outputStream - The outputStreamvoid setOutput(String systemId)
systemId - Url of the outputCopyright © 2001–2025. All rights reserved.