|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLWriter
Interface to use the javax xml writer. It stores the output.
| Method Summary | |
|---|---|
void |
setOutput(java.io.OutputStream outputStream)
Set the outputStream of the writer |
void |
setOutput(java.lang.String systemId)
Set the output to a URL |
void |
write(IXMLElement element)
Write the xml in the writer output |
| Method Detail |
|---|
void write(IXMLElement element)
element - Xml to write
XMLException - if something went wrong.void setOutput(java.io.OutputStream outputStream)
outputStream - The outputStreamvoid setOutput(java.lang.String systemId)
systemId - Url of the output
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||