Package org.openrdf.rio

General classes and interfaces for RDF parsers and RDF writers.

See:
          Description

Interface Summary
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.
RDFHandler An interface defining methods related to RDF data handling.
RDFParser An interface for RDF parsers.
RDFParserFactory A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFWriter An interface for RDF document writers.
RDFWriterFactory A RDFWriterFactory returns RDFWriters for a specific RDF format.
 

Class Summary
RDFFormat Represents the concept of an RDF data serialization format.
RDFParserRegistry A registry that keeps track of the available RDFParserFactorys.
RDFWriterRegistry A registry that keeps track of the available RDFWriterFactorys.
Rio Factory class providing static methods for creating RDF parsers and -writers for various RDF file formats.
 

Enum Summary
RDFParser.DatatypeHandling  
 

Exception Summary
RDFHandlerException An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFParseException 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.
UnsupportedRDFormatException A RuntimeException indicating that a specific RDF format is not supported.
 

Package org.openrdf.rio Description

General classes and interfaces for RDF parsers and RDF writers.



Copyright © 2001-2007 Aduna. All Rights Reserved.