public interface IResponseWriter
| Modifier and Type | Method and Description |
|---|---|
void |
closeOffTag() |
void |
endElement(java.lang.String name) |
void |
startElement(java.lang.String name) |
void |
startElement(java.lang.String name,
java.lang.Object component) |
void |
write(java.lang.String input) |
void |
writeAttribute(java.lang.String name,
boolean value) |
void |
writeAttribute(java.lang.String name,
int value) |
void |
writeAttribute(java.lang.String name,
java.lang.Object value) |
void |
writeText(java.lang.String text) |
void writeAttribute(java.lang.String name,
java.lang.Object value)
throws java.io.IOException
java.io.IOExceptionvoid writeAttribute(java.lang.String name,
boolean value)
throws java.io.IOException
java.io.IOExceptionvoid writeAttribute(java.lang.String name,
int value)
throws java.io.IOException
java.io.IOExceptionvoid startElement(java.lang.String name,
java.lang.Object component)
throws java.io.IOException
java.io.IOExceptionvoid startElement(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionvoid endElement(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionvoid writeText(java.lang.String text)
throws java.io.IOException
java.io.IOExceptionvoid write(java.lang.String input)
throws java.io.IOException
java.io.IOExceptionvoid closeOffTag()
throws java.io.IOException
java.io.IOExceptionCopyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.