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

Another RDF Parser.

See:
          Description

Interface Summary
ALiteral A string literal property value from an RDF/XML file.
AResource A resource from the input file.
ARPErrorNumbers Error numbers used by ARP.
LocationStatementHandler The callback from a reader to an RDF application.
RDFParserConstants  
StatementHandler The callback from a reader to an RDF application.
 

Class Summary
ARP Another RDF Parser.
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).
JenaReader Interface between Jena and ARP.
Location  
NTriple A command line interface into ARP.
StanfordImpl An implementation of Sergey Melnik's Stanford API, used by SiRPAC.
URI A class to represent a Uniform Resource Identifier (URI).
URIref This class provides methods to encode and decode URI References in accordance with http://www.w3.org/TR/charmod/#sec-URIs .
 

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

Another RDF Parser.

An XML-Infoset based parser for RDF. The programmatic entry points are:

NTriple provides a command-line interface for converting RDF/XML files into NTriple, (or just for syntax checking RDF/XML).



Copyright © 2001 Hewlett-Packard. All Rights Reserved.