public class XHTMLSerializer extends OutputSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(byte[] n,
byte[] v)
Serializes an attribute.
|
protected void |
finishEmpty()
Closes an empty element.
|
protected void |
finishOpen()
Finishes an opening element node.
|
protected void |
startOpen(byte[] t)
Starts an element.
|
atomic, close, closeResult, code, ct, doctype, finishClose, finishComment, finished, finishPi, finishText, finishText, hex, indent, openDoc, openResult, print, print, print, printChar, resetcloseDoc, closeElement, get, get, namespace, serialize, serialize, startElementpublic void attribute(byte[] n,
byte[] v)
throws java.io.IOException
Serializerattribute in class OutputSerializern - namev - valuejava.io.IOException - I/O exceptionprotected void startOpen(byte[] t)
throws java.io.IOException
SerializerstartOpen in class OutputSerializert - tag namejava.io.IOException - I/O exceptionprotected void finishOpen()
throws java.io.IOException
SerializerfinishOpen in class OutputSerializerjava.io.IOException - I/O exceptionprotected void finishEmpty()
throws java.io.IOException
SerializerfinishEmpty in class OutputSerializerjava.io.IOException - I/O exception