Uses of Package
org.jrdf.parser

Packages that use org.jrdf.parser
org.jrdf.parser   
org.jrdf.parser.mem   
org.jrdf.parser.rdfxml   
 

Classes in org.jrdf.parser used by org.jrdf.parser
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.jrdf.parser used by org.jrdf.parser.mem
ParserBlankNodeFactory
          A factory for creating BlankNodes.
 

Classes in org.jrdf.parser used by org.jrdf.parser.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.
ParserBlankNodeFactory
          A factory for creating BlankNodes.
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.