Uses of Package
org.openrdf.rio

Packages that use org.openrdf.rio
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.turtle Parser and writer for RDF in Turtle format.  
org.openrdf.sesame.export Functionality for extracting data from a repository. 
org.openrdf.sesame.repository.local Implementations of the repository API for local Sesame repositories. 
 

Classes in org.openrdf.rio used by org.openrdf.rio
NamespaceListener
          An interface defining methods for receiving namespace declarations from an RDF parser.
ParseErrorListener
          An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
ParseLocationListener
          A listener interface for listening to the parser's progress.
StatementHandler
          An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerException
          An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
 

Classes in org.openrdf.rio used by org.openrdf.rio.n3
RdfDocumentWriter
          An interface defining methods for writing RDF documents.
 

Classes in org.openrdf.rio used by org.openrdf.rio.ntriples
NamespaceListener
          An interface defining methods for receiving namespace declarations from an RDF parser.
ParseErrorListener
          An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
ParseLocationListener
          A listener interface for listening to the parser's progress.
Parser
          A general interface for RDF parsers.
RdfDocumentWriter
          An interface defining methods for writing RDF documents.
StatementHandler
          An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerException
          An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
 

Classes in org.openrdf.rio used by org.openrdf.rio.rdfxml
NamespaceListener
          An interface defining methods for receiving namespace declarations from an RDF parser.
ParseErrorListener
          An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
ParseLocationListener
          A listener interface for listening to the parser's progress.
Parser
          A general interface for RDF parsers.
RdfDocumentWriter
          An interface defining methods for writing RDF documents.
StatementHandler
          An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerException
          An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
 

Classes in org.openrdf.rio used by org.openrdf.rio.turtle
NamespaceListener
          An interface defining methods for receiving namespace declarations from an RDF parser.
ParseErrorListener
          An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
ParseLocationListener
          A listener interface for listening to the parser's progress.
Parser
          A general interface for RDF parsers.
RdfDocumentWriter
          An interface defining methods for writing RDF documents.
StatementHandler
          An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerException
          An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
 

Classes in org.openrdf.rio used by org.openrdf.sesame.export
RdfDocumentWriter
          An interface defining methods for writing RDF documents.
 

Classes in org.openrdf.rio used by org.openrdf.sesame.repository.local
RdfDocumentWriter
          An interface defining methods for writing RDF documents.
 



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