org.jaxup.dom
Class DOMWriter

java.lang.Object
  extended by org.jaxup.dom.DOMWriter
All Implemented Interfaces:
JaxupWriter

public class DOMWriter
extends java.lang.Object
implements JaxupWriter


Constructor Summary
DOMWriter()
           
 
Method Summary
 void write(java.lang.Object doc, java.io.Writer output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMWriter

public DOMWriter()
Method Detail

write

public void write(java.lang.Object doc,
                  java.io.Writer output)
           throws java.io.IOException
Specified by:
write in interface JaxupWriter
Throws:
java.io.IOException