org.jrdf.writer.rdfxml
Interface RdfXmlWritable

All Known Implementing Classes:
RdfXmlFooter, RdfXmlHeader, ResourceFooter, ResourceHeader, ResourceStatement

public interface RdfXmlWritable

Class description goes here.


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

Method Detail

write

void write(PrintWriter writer)
           throws IOException,
                  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.