gnu.xml.util
public class XHTMLWriter extends XMLWriter
Version: $Date: 2001/10/23 17:42:25 $
Constructor Summary | |
---|---|
XHTMLWriter()
Constructs this handler with System.out used to write
SAX events using the US-ASCII encoding, as XHTML. | |
XHTMLWriter(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(Writer out)
Constructs this handler such that the specified output stream
is used to write SAX events as XHTML.
| |
XHTMLWriter(Writer out, String encoding)
Constructs this handler such that the specified output stream
is used to write SAX events as XHTML, labeled with the specified
encoding.
|
Parameters: out Where US-ASCII encoding of the stream of SAX events will be sent.
Parameters: out Where the stream of SAX events will be written.
Parameters: out Where the stream of SAX events will be written. encoding If non-null, this names the encoding to be placed in the encoding declaration.
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2011-08-26.