com.taursys.dom
Class AbstractWriter

java.lang.Object
  extended bycom.taursys.dom.AbstractWriter
Direct Known Subclasses:
XMLWriter

public abstract class AbstractWriter
extends java.lang.Object

This class is used to write a given Document to an OutputStream or Writer.


Constructor Summary
AbstractWriter()
          Default constructor.
 
Method Summary
abstract  void write(org.w3c.dom.Document doc, java.io.OutputStream stream)
          Writes the specified node, recursively to the OutputStream.
abstract  void write(org.w3c.dom.Document doc, java.io.Writer writer)
          Writes the specified node, recursively to the Writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWriter

public AbstractWriter()
Default constructor.

Method Detail

write

public abstract void write(org.w3c.dom.Document doc,
                           java.io.OutputStream stream)
Writes the specified node, recursively to the OutputStream.


write

public abstract void write(org.w3c.dom.Document doc,
                           java.io.Writer writer)
Writes the specified node, recursively to the Writer.



Copyright © 2007 Martin T Phelan. All Rights Reserved.