org.openrdf.rio
Interface RDFWriter

All Superinterfaces:
RDFHandler
All Known Implementing Classes:
BinaryRDFWriter, N3Writer, NTriplesWriter, RDFXMLPrettyWriter, RDFXMLWriter, TriGWriter, TriXWriter, TurtleWriter

public interface RDFWriter
extends RDFHandler

An interface for RDF document writers. To allow RDF document writers to be created through reflection, all implementing classes should define at least two public constructors: one with an OutputStream argument and one with an Writer argument.


Method Summary
 RDFFormat getRDFFormat()
          Gets the RDF format that this RDFWriter uses.
 
Methods inherited from interface org.openrdf.rio.RDFHandler
endRDF, handleComment, handleNamespace, handleStatement, startRDF
 

Method Detail

getRDFFormat

RDFFormat getRDFFormat()
Gets the RDF format that this RDFWriter uses.



Copyright © 2001-2012 Aduna. All Rights Reserved.