Uses of Interface
org.openrdf.rio.RDFWriter

Packages that use RDFWriter
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
org.openrdf.rio.n3 Writer for RDF in Notation 3/N3 format. 
org.openrdf.rio.ntriples Parser and writer for RDF in N-Triples format. 
org.openrdf.rio.rdfxml Parser and writer for XML-serialized RDF. 
org.openrdf.rio.rdfxml.util   
org.openrdf.rio.trig Parser and writer for RDF in TriG format. 
org.openrdf.rio.trix Parser and writer for RDF in TriX format
org.openrdf.rio.turtle Parser and writer for RDF in Turtle format. 
 

Uses of RDFWriter in org.openrdf.rio
 

Methods in org.openrdf.rio that return RDFWriter
static RDFWriter Rio.createWriter(RDFFormat format, OutputStream out)
          Convenience methods for creating RDFWriter objects.
static RDFWriter Rio.createWriter(RDFFormat format, Writer writer)
          Convenience methods for creating RDFWriter objects.
 RDFWriter RDFWriterFactory.getWriter(OutputStream out)
          Returns an RDFWriter instance that will write to the supplied output stream.
 RDFWriter RDFWriterFactory.getWriter(Writer writer)
          Returns an RDFWriter instance that will write to the supplied writer.
 

Uses of RDFWriter in org.openrdf.rio.n3
 

Classes in org.openrdf.rio.n3 that implement RDFWriter
 class N3Writer
          An implementation of the RDFWriter interface that writes RDF documents in N3 format.
 

Methods in org.openrdf.rio.n3 that return RDFWriter
 RDFWriter N3WriterFactory.getWriter(OutputStream out)
          Returns a new instance of N3Writer.
 RDFWriter N3WriterFactory.getWriter(Writer writer)
          Returns a new instance of N3Writer.
 

Uses of RDFWriter in org.openrdf.rio.ntriples
 

Classes in org.openrdf.rio.ntriples that implement RDFWriter
 class NTriplesWriter
          An implementation of the RDFWriter interface that writes RDF documents in N-Triples format.
 

Methods in org.openrdf.rio.ntriples that return RDFWriter
 RDFWriter NTriplesWriterFactory.getWriter(OutputStream out)
          Returns a new instance of NTriplesWriter.
 RDFWriter NTriplesWriterFactory.getWriter(Writer writer)
          Returns a new instance of NTriplesWriter.
 

Uses of RDFWriter in org.openrdf.rio.rdfxml
 

Classes in org.openrdf.rio.rdfxml that implement RDFWriter
 class RDFXMLWriter
          An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.
 

Methods in org.openrdf.rio.rdfxml that return RDFWriter
 RDFWriter RDFXMLWriterFactory.getWriter(OutputStream out)
          Returns a new instance of RDFXMLWriter.
 RDFWriter RDFXMLWriterFactory.getWriter(Writer writer)
          Returns a new instance of RDFXMLWriter.
 

Uses of RDFWriter in org.openrdf.rio.rdfxml.util
 

Classes in org.openrdf.rio.rdfxml.util that implement RDFWriter
 class RDFXMLPrettyWriter
          An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
 

Methods in org.openrdf.rio.rdfxml.util that return RDFWriter
 RDFWriter RDFXMLPrettyWriterFactory.getWriter(OutputStream out)
          Returns a new instance of RDFXMLPrettyWriter.
 RDFWriter RDFXMLPrettyWriterFactory.getWriter(Writer writer)
          Returns a new instance of RDFXMLPrettyWriter.
 

Uses of RDFWriter in org.openrdf.rio.trig
 

Classes in org.openrdf.rio.trig that implement RDFWriter
 class TriGWriter
          An extension of TurtleWriter that writes RDF documents in TriG format by adding graph scopes to the Turtle document.
 

Methods in org.openrdf.rio.trig that return RDFWriter
 RDFWriter TriGWriterFactory.getWriter(OutputStream out)
          Returns a new instance of TriGWriter.
 RDFWriter TriGWriterFactory.getWriter(Writer writer)
          Returns a new instance of TriGWriter.
 

Uses of RDFWriter in org.openrdf.rio.trix
 

Classes in org.openrdf.rio.trix that implement RDFWriter
 class TriXWriter
          An implementation of the RDFWriter interface that writes RDF documents in TriX format.
 

Methods in org.openrdf.rio.trix that return RDFWriter
 RDFWriter TriXWriterFactory.getWriter(OutputStream out)
          Returns a new instance of TriXWriter.
 RDFWriter TriXWriterFactory.getWriter(Writer writer)
          Returns a new instance of TriXWriter.
 

Uses of RDFWriter in org.openrdf.rio.turtle
 

Classes in org.openrdf.rio.turtle that implement RDFWriter
 class TurtleWriter
          An implementation of the RDFWriter interface that writes RDF documents in Turtle format.
 

Methods in org.openrdf.rio.turtle that return RDFWriter
 RDFWriter TurtleWriterFactory.getWriter(OutputStream out)
          Returns a new instance of TurtleWriter.
 RDFWriter TurtleWriterFactory.getWriter(Writer writer)
          Returns a new instance of TurtleWriter.
 



Copyright © 2001-2009 Aduna. All Rights Reserved.