org.jaxup.dom4j
Class Dom4JWriter

java.lang.Object
  extended by org.jaxup.dom4j.Dom4JWriter
All Implemented Interfaces:
JaxupWriter

public class Dom4JWriter
extends java.lang.Object
implements JaxupWriter


Constructor Summary
Dom4JWriter()
           
 
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

Dom4JWriter

public Dom4JWriter()
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