public final class RawSerializer extends TextSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
atomic(Item it)
Serializes an atomic value.
|
protected void |
code(int ch)
Encodes the specified character before printing it.
|
attribute, finishClose, finishComment, finishEmpty, finishOpen, finishPi, startOpenclose, closeResult, ct, doctype, finished, finishText, finishText, hex, indent, openDoc, openResult, print, print, print, printChar, resetcloseDoc, closeElement, get, get, namespace, serialize, serialize, startElementpublic void atomic(Item it) throws java.io.IOException
Serializeratomic 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