|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ConfigurableParser | An interface defining an RDF parser that can be configured. |
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 | The two parser methods for parsing RDF. |
ParserBlankNodeFactory | A factory for creating BlankNodes. |
ParserConfiguration | The interface to configure RDF parsers. |
RDFEventReader | |
RDFInputFactory | |
StatementHandler | An interface defining methods for receiving RDF statements from an RDF parser. |
StatementHandlerConfiguration |
Class Summary | |
---|---|
GraphStatementHandler | A statement handler takes a JRDF graph in the constructor and for every subject, predicate and object encountered adds it to the graph. |
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. |
This package is a port of the Sesame RIO Parser. It has been modified to use JRDF objects instead of Sesame objects.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |