|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface contract for XML serialization business.
| Method Summary | |
org.xml.sax.DocumentHandler |
asDocumentHandler()
Returns the DocumentHandler to use for serialization. |
void |
setOutputByteStream(java.io.OutputStream output)
Sets the OutputStream to use. |
void |
setOutputCharStream(java.io.Writer out)
Sets the OutputCharStream to use. |
void |
setOutputFormat(OutputFormat format)
Sets the OutputFormat to use during serialization. |
| Method Detail |
public void setOutputCharStream(java.io.Writer out)
out - the OutputCharStream to use.
public org.xml.sax.DocumentHandler asDocumentHandler()
throws java.io.IOException
DocumentHandler to use for serialization.
java.io.IOExceptionpublic void setOutputFormat(OutputFormat format)
OutputFormat to use during serialization.
format - The output format to use.public void setOutputByteStream(java.io.OutputStream output)
OutputStream to use.
output - the OutputStream to use
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||