| Package | Description |
|---|---|
| org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
| Class and Description |
|---|
| DatatypeHandler
An interface defining methods related to verification and normalization of
typed literals and datatype URIs.
|
| DatatypeHandlerRegistry
Registry of
DatatypeHandlers. |
| LanguageHandler
An interface defining methods related to verification and normalization of
language tags.
|
| LanguageHandlerRegistry
Registry of
LanguageHandlers. |
| 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.
|
| ParserConfig
A container object for easy setting and passing of
RDFParser
configuration options. |
| RDFFormat
Represents the concept of an RDF data serialization format.
|
| RDFHandler
An interface defining methods related to RDF data handling.
|
| RDFHandlerException
An exception that can be thrown by an RDFHandler when it encounters an
unrecoverable error.
|
| RDFParseException
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.
|
| RDFParser
An interface for RDF parsers.
|
| RDFParser.DatatypeHandling
Deprecated.
These settings are not recognised and will be removed in a
future version. Use
FAIL_ON_UNKNOWN_DATATYPES
NORMALIZE_DATATYPE_VALUES and
VERIFY_DATATYPE_VALUES instead. |
| RDFParserFactory
A RDFParserFactory returns
RDFParsers for a specific RDF format. |
| RDFParserRegistry
A registry that keeps track of the available
RDFParserFactorys. |
| RDFWriter
An interface for RDF document writers.
|
| RDFWriterFactory
A RDFWriterFactory returns
RDFWriters for a specific RDF format. |
| RDFWriterRegistry
A registry that keeps track of the available
RDFWriterFactorys. |
| RioConfig
Superclass for
ParserConfig and WriterConfig. |
| RioSetting
Identifies a parser setting along with its default value.
|
| UnsupportedRDFormatException
A RuntimeException indicating that a specific RDF format is not supported.
|
| WriterConfig
A container object for easy setting and passing of
RDFWriter
configuration options. |
| Class and Description |
|---|
| DatatypeHandler
An interface defining methods related to verification and normalization of
typed literals and datatype URIs.
|
| LanguageHandler
An interface defining methods related to verification and normalization of
language tags.
|
| 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.
|
| ParserConfig
A container object for easy setting and passing of
RDFParser
configuration options. |
| RDFHandler
An interface defining methods related to RDF data handling.
|
| RDFHandlerException
An exception that can be thrown by an RDFHandler when it encounters an
unrecoverable error.
|
| RDFParseException
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.
|
| RDFParser
An interface for RDF parsers.
|
| RDFParser.DatatypeHandling
Deprecated.
These settings are not recognised and will be removed in a
future version. Use
FAIL_ON_UNKNOWN_DATATYPES
NORMALIZE_DATATYPE_VALUES and
VERIFY_DATATYPE_VALUES instead. |
| RDFWriter
An interface for RDF document writers.
|
| RioSetting
Identifies a parser setting along with its default value.
|
| WriterConfig
A container object for easy setting and passing of
RDFWriter
configuration options. |
Copyright © 2001-2014 Aduna. All Rights Reserved.