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.
|
close, closeResult, finishAtomic, finishClose, finishComment, finished, finishPi, finishText, finishText, openResult, resetatomic, closeElement, comment, emptyElement, emptyElement, get, get, namespace, node, node, openElement, openElement, pi, textpublic 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