Uses of Interface
org.openrdf.rio.RDFParserFactory

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

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

Uses of RDFParserFactory in org.openrdf.rio.n3
 

Classes in org.openrdf.rio.n3 that implement RDFParserFactory
 class N3ParserFactory
          An RDFParserFactory for N3 parsers.
 

Uses of RDFParserFactory in org.openrdf.rio.ntriples
 

Classes in org.openrdf.rio.ntriples that implement RDFParserFactory
 class NTriplesParserFactory
          An RDFParserFactory for N-Triples parsers.
 

Uses of RDFParserFactory in org.openrdf.rio.rdfxml
 

Classes in org.openrdf.rio.rdfxml that implement RDFParserFactory
 class RDFXMLParserFactory
          An RDFParserFactory for RDF/XML parsers.
 

Uses of RDFParserFactory in org.openrdf.rio.trig
 

Classes in org.openrdf.rio.trig that implement RDFParserFactory
 class TriGParserFactory
          An RDFParserFactory for TriG parsers.
 

Uses of RDFParserFactory in org.openrdf.rio.trix
 

Classes in org.openrdf.rio.trix that implement RDFParserFactory
 class TriXParserFactory
          An RDFParserFactory for TriX parsers.
 

Uses of RDFParserFactory in org.openrdf.rio.turtle
 

Classes in org.openrdf.rio.turtle that implement RDFParserFactory
 class TurtleParserFactory
          An RDFParserFactory for Turtle parsers.
 



Copyright © 2001-2009 Aduna. All Rights Reserved.