public final class RawSerializer extends TextSerializer
| Modifier and Type | Method and Description |
|---|---|
protected void |
code(int ch)
Encode the specified character before printing it.
|
void |
finishAtomic(Item it)
Serializes an item.
|
attribute, finishClose, finishComment, finishEmpty, finishOpen, finishPi, startOpenclose, closeResult, finished, finishText, finishText, openResult, resetatomic, closeElement, comment, emptyElement, emptyElement, get, get, namespace, node, node, openElement, openElement, pi, textpublic void finishAtomic(Item it) throws java.io.IOException
SerializerfinishAtomic in class OutputSerializerit - itemjava.io.IOException - I/O exceptionprotected void code(int ch)
throws java.io.IOException
OutputSerializercode in class TextSerializerch - character to be encoded and printedjava.io.IOException - I/O exception