org.jaxup.dom
Class DOMWriter

java.lang.Object
  |
  +--org.jaxup.dom.DOMWriter
All Implemented Interfaces:
JaxupWriter

public class DOMWriter
extends Object
implements JaxupWriter


Constructor Summary
DOMWriter()
           
 
Method Summary
 void write(Object doc, 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(Object doc,
                  Writer output)
           throws IOException
Specified by:
write in interface JaxupWriter
IOException