Package org.openrdf.rio

General classes and interfaces for RDF parsers and RDF writers.

See:
          Description

Interface Summary
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.
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.
 

Exception Summary
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.
StatementHandlerException An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
 

Package org.openrdf.rio Description

General classes and interfaces for RDF parsers and RDF writers.



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