|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.dom.AbstractWriter
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 |
public AbstractWriter()
Method Detail |
public abstract void write(org.w3c.dom.Document doc, java.io.OutputStream stream)
public abstract void write(org.w3c.dom.Document doc, java.io.Writer writer)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |