Uses of Interface
org.openrdf.rio.Parser

Packages that use Parser
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.turtle Parser and writer for RDF in Turtle format.  
 

Uses of Parser in org.openrdf.rio.ntriples
 

Classes in org.openrdf.rio.ntriples that implement Parser
 class NTriplesParser
          Parser for N-Triples files.
 

Uses of Parser in org.openrdf.rio.rdfxml
 

Classes in org.openrdf.rio.rdfxml that implement Parser
 class RdfXmlParser
          A parser for XML-serialized RDF.
 

Uses of Parser in org.openrdf.rio.turtle
 

Classes in org.openrdf.rio.turtle that implement Parser
 class TurtleParser
          Parser for Turtle files.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.