|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface implemented by ResultHandlers that serialize the result tree as a sequence of bytes
| Method Summary | |
SerializerOptions |
getOptions()
Get the options currently in effect for this serializer |
OutputStream |
getStream()
Return the stream to which the serializer is writing the output bytes. |
void |
noTextEscaping(boolean noEscape)
Tell Serializer to do no text escaping |
void |
setOptions(SerializerOptions options)
Set the options for this serializer |
void |
setStream(OutputStream stream)
Set the output stream to which the serializer will write the bytes |
| Method Detail |
public SerializerOptions getOptions()
public void setOptions(SerializerOptions options)
options - The options object for this serializerpublic OutputStream getStream()
public void setStream(OutputStream stream)
stream - The output streampublic void noTextEscaping(boolean noEscape)
noEscape - True if no escaping should
be performed, false if escaping should be
performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||