java.lang.Object | +--gnu.xml.util.XMLWriter | +--gnu.xml.util.XHTMLWriter
Constructs this handler with System.out used to write SAX events using the US-ASCII encoding, as XHTML. |
XHTMLWriter(java.io.OutputStream out) Constructs this handler such that the specified output stream is used to write SAX events in the US-ASCII encoding, as XHTML. |
XHTMLWriter(java.io.Writer out) Constructs this handler such that the specified output stream is used to write SAX events as XHTML. |
XHTMLWriter(java.io.Writer out, java.lang.String encoding) Constructs this handler such that the specified output stream is used to write SAX events as XHTML, labeled with the specified encoding. |
public XHTMLWriter()
public XHTMLWriter(java.io.OutputStream out)
public XHTMLWriter(java.io.Writer out, java.lang.String encoding)
public XHTMLWriter(java.io.Writer out)