org.jaxup.jdom
Class JDOMWriter

java.lang.Object
  |
  +--org.jaxup.jdom.JDOMWriter
All Implemented Interfaces:
JaxupWriter

public class JDOMWriter
extends Object
implements JaxupWriter


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

JDOMWriter

public JDOMWriter()
Method Detail

write

public void write(Object doc,
                  Writer output)
           throws IOException
Specified by:
write in interface JaxupWriter
IOException