org.jaxup
Interface JaxupWriter

All Known Implementing Classes:
Dom4JWriter, DOMWriter, JDOMWriter

public interface JaxupWriter


Method Summary
 void write(java.lang.Object doc, java.io.Writer output)
           
 

Method Detail

write

void write(java.lang.Object doc,
           java.io.Writer output)
           throws java.io.IOException
Throws:
java.io.IOException