Uses of Interface
org.openrdf.rio.RDFWriterFactory

Packages that use RDFWriterFactory
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 RDFWriterFactory in org.openrdf.rio
 

Methods in org.openrdf.rio with parameters of type RDFWriterFactory
protected  RDFFormat RDFWriterRegistry.getKey(RDFWriterFactory factory)
           
 

Uses of RDFWriterFactory in org.openrdf.rio.n3
 

Classes in org.openrdf.rio.n3 that implement RDFWriterFactory
 class N3WriterFactory
          An RDFWriterFactory for N3 writers.
 

Uses of RDFWriterFactory in org.openrdf.rio.ntriples
 

Classes in org.openrdf.rio.ntriples that implement RDFWriterFactory
 class NTriplesWriterFactory
          An RDFWriterFactory for N-Triples writers.
 

Uses of RDFWriterFactory in org.openrdf.rio.rdfxml
 

Classes in org.openrdf.rio.rdfxml that implement RDFWriterFactory
 class RDFXMLWriterFactory
          An RDFWriterFactory for RDF/XML writers.
 

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

Classes in org.openrdf.rio.rdfxml.util that implement RDFWriterFactory
 class RDFXMLPrettyWriterFactory
          An RDFWriterFactory for RDF/XML writers.
 

Uses of RDFWriterFactory in org.openrdf.rio.trig
 

Classes in org.openrdf.rio.trig that implement RDFWriterFactory
 class TriGWriterFactory
          An RDFWriterFactory for TriG parsers.
 

Uses of RDFWriterFactory in org.openrdf.rio.trix
 

Classes in org.openrdf.rio.trix that implement RDFWriterFactory
 class TriXWriterFactory
          An RDFWriterFactory for TriX writers.
 

Uses of RDFWriterFactory in org.openrdf.rio.turtle
 

Classes in org.openrdf.rio.turtle that implement RDFWriterFactory
 class TurtleWriterFactory
          An RDFWriterFactory for Turtle writers.
 



Copyright © 2001-2009 Aduna. All Rights Reserved.