org.jrdf.writer.rdfxml
Interface RdfXmlWritable


public interface RdfXmlWritable


Method Summary
 void write(PrintWriter writer)
          Writes contents to the writer in RDF/XML format.
 

Method Detail

write

void write(PrintWriter writer)
           throws WriteException
Writes contents to the writer in RDF/XML format.

Parameters:
writer - Writer output
Throws:
IOException - If an exception occurs while writing output.
WriteException - If contents could not be written.