Package org.jrdf.parser.rdfxml

This package is a port of the Sesame RIO RDF/XML Parser.

See:
          Description

Class Summary
GraphRdfXmlParser An RDF/XML parser that adds every triple encountered to a JRDF Graph.
RdfXmlParser A parser for XML-serialized RDF.
XmlDatatypeUtil Provides methods for handling the standard XML Schema datatypes.
XmlSchema Defines constants for the standard XML Schema datatypes.
XmlUtil  
 

Package org.jrdf.parser.rdfxml Description

This package is a port of the Sesame RIO RDF/XML Parser. It has been modified to use JRDF objects instead of Sesame objects. Also, a ParserBlankNodeFactory has been added to allow pluggable blank node handling. This is currently achieved by an in memory version but can easily be substituted to another version that uses on disk indexing for example.