Package org.eclipse.rdf4j.rio
package org.eclipse.rdf4j.rio
Rio: The RDF4J parser/writer API.
The Rio parser/writer toolkit provides support for all major RDF syntax formats, including RDF/XML, Turtle,
N-Triples, N-Quads, TriG, and TriX.
- See Also:
- the Rio documentation
-
Interface SummaryInterfaceDescriptionAn interface defining methods related to verification and normalization of typed literals and datatype URIs.An interface defining methods related to verification and normalization of language tags.An interface defining methods for receiving warning and error messages from an RDF parser.A listener interface for listening to the parser's progress.An interface defining methods related to RDF data handling.An interface for RDF parsers.A RDFParserFactory returns
RDFParser
s for a specific RDF format.An interface for RDF document writers.A RDFWriterFactory returnsRDFWriter
s for a specific RDF format.RioSetting<T>Identifies a parser setting along with its default value. -
Class SummaryClassDescriptionRegistry of
DatatypeHandler
s.Registry ofLanguageHandler
s.A container object for easy setting and passing ofRDFParser
configuration options.Represents the concept of an RDF data serialization format.A registry that keeps track of the availableRDFParserFactory
s.A registry that keeps track of the availableRDFWriterFactory
s.Static methods for parsing and writing RDF for all available syntaxes.Superclass forParserConfig
andWriterConfig
.A container object for easy setting and passing ofRDFWriter
configuration options. -
Enum SummaryEnumDescriptionDeprecated.These settings are not recognised and will be removed in a future version.
-
Exception SummaryExceptionDescriptionAn exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.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.A RuntimeException indicating that a specific RDF format is not supported.