Package org.jrdf.parser

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.
ParserBlankNodeFactory A factory for creating BlankNodes.
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.