Uses of Class
gnu.xml.util.XMLWriter

Packages that use XMLWriter
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
 

Uses of XMLWriter in gnu.xml.pipeline
 

Subclasses of XMLWriter in gnu.xml.pipeline
 class TextConsumer
          Terminates a pipeline, consuming events to print them as well formed XML (or XHTML) text.
 

Uses of XMLWriter in gnu.xml.util
 

Subclasses of XMLWriter in gnu.xml.util
 class XHTMLWriter
          This extends XMLWriter to create a class which defaults to writing XHTML text, preferring the US-ASCII encoding.
 



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 2004-08-21.