Uses of Class
com.taursys.dom.AbstractWriter

Packages that use AbstractWriter
com.taursys.dom This package contains classes to support and utilize the Document Object Model. 
 

Uses of AbstractWriter in com.taursys.dom
 

Subclasses of AbstractWriter in com.taursys.dom
 class HTMLWriter
          HTMLWriter is a specialization of XMLWriter for writing HTML Documents.
 class XMLWriter
          This class is used to write a given Document to an OutputStream or Writer.
 

Methods in com.taursys.dom that return AbstractWriter
protected  AbstractWriter DOM_1_20000929_DocumentAdapter.createDefaultWriter()
          Creates the default AbstractWriter for this subcomponent.
 AbstractWriter DOM_1_20000929_DocumentAdapter.getXMLWriter()
          Get the AbstractWriter used to render this document to a stream or writer.
 

Methods in com.taursys.dom with parameters of type AbstractWriter
 void DOM_1_20000929_DocumentAdapter.setXMLWriter(AbstractWriter newXMLWriter)
          Set the AbstractWriter used to render this document to a stream or writer.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.