|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializer
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 |
---|
void setOutputCharStream(java.io.Writer out)
out
- the OutputCharStream to use.org.xml.sax.DocumentHandler asDocumentHandler() throws java.io.IOException
DocumentHandler
to use for serialization.
java.io.IOException
void setOutputFormat(OutputFormat format)
OutputFormat
to use during serialization.
format
- The output format to use.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 |