org.jaxup.jdom
Class JDOMWriter

java.lang.Object
  extended by org.jaxup.jdom.JDOMWriter
All Implemented Interfaces:
JaxupWriter

public class JDOMWriter
extends java.lang.Object
implements JaxupWriter


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

JDOMWriter

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