Package com.hp.hpl.jena.rdf.arp

A parser for RDF/XML.

See:
          Description

Interface Summary
ALiteral A string literal property value from an RDF/XML file.
AResource A URI or blank node reported to a StatementHandler.
ARPConfig Used to set event handlers and options on ARP, SAX2Model, and SAX2RDF instances.
ARPErrorNumbers Error numbers used by ARP.
ARPEventHandler Convenience generalization of all ARP handler interfaces.
ARPHandler Deprecated. Renamed as ARPEventHandler.
ARPRunnable The java.lang.Runnable interface, except that arbitrary exceptions can be thrown.
ExtendedHandler Extended callbacks from a reader to an RDF application.
NamespaceHandler This has methods copied form SAX for notifying the application of namespaces.
RDFParserConstants Not part of public API
StatementHandler The callback from a reader to an RDF application.
 

Class Summary
ARP Another RDF Parser.
ARPHandlers Used for configuring user code to respond to statements and other events detected in input file.
ARPOptions Configure error reporting options etc on ARP, SAX2RDF and SAX2Model instances.
ARPSaxErrorHandler This class is not part of the API.
CharacterModel Some support for the Character Model Recommendation from the W3C (currently in second last call working draft).
DOM2Model Transform DOM nodes of RDF.XML into Jena Models.
JenaReader Interface between Jena and ARP.
NTriple A command line interface into ARP.
PushMePullYouTest Not part of API.
SAX2Model Use arbitrary SAX input to Jena.
SAX2RDF Allows connecting an arbitrary source of SAX events with ARP.
SAX2RDFImpl This class is public merely to reduce the amount of irrelevant documentation generated by Javadoc for SAX2RDF.
URI A class to represent a Uniform Resource Identifier (URI).
 

Exception Summary
MalformedURIException MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
ParseException An exception during the RDF processing of ARP.
 

Package com.hp.hpl.jena.rdf.arp Description

A parser for RDF/XML.

See the ARP documentation and the I/O mini howto for more information.



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP