|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.io.serial.Serializer
org.basex.io.serial.OutputSerializer
org.basex.io.serial.TextSerializer
org.basex.io.serial.RawSerializer
public final class RawSerializer
This class serializes data in its internal format: no indentation and entity coding takes place, binary data is directly output as raw data, and all nodes except for text nodes are skipped.
Field Summary |
---|
Fields inherited from class org.basex.io.serial.OutputSerializer |
---|
content, ct, docsys, escape, html5, indents, isep, nl, out, saomit, script, sep, tab |
Fields inherited from class org.basex.io.serial.Serializer |
---|
elem, indent, level, PROPS, tags, undecl |
Method Summary | |
---|---|
protected void |
atomic(Item it)
Serializes an atomic value. |
protected void |
code(int ch)
Encodes the specified character before printing it. |
Methods inherited from class org.basex.io.serial.TextSerializer |
---|
attribute, finishClose, finishComment, finishEmpty, finishOpen, finishPi, startOpen |
Methods inherited from class org.basex.io.serial.OutputSerializer |
---|
close, closeResult, ct, doctype, finished, finishText, finishText, hex, indent, openDoc, openResult, print, print, print, printChar, reset |
Methods inherited from class org.basex.io.serial.Serializer |
---|
closeDoc, closeElement, get, get, namespace, nsUri, serialize, startElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected void atomic(Item it) throws java.io.IOException
Serializer
atomic
in class OutputSerializer
it
- item
java.io.IOException
- I/O exceptionprotected void code(int ch) throws java.io.IOException
OutputSerializer
code
in class TextSerializer
ch
- character to be encoded and printed
java.io.IOException
- I/O exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |