Uses of Package
org.eclipse.rdf4j.rio
-
Packages that use org.eclipse.rdf4j.rio Package Description org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
Classes in org.eclipse.rdf4j.rio used by org.eclipse.rdf4j.rio Class Description DatatypeHandler An interface defining methods related to verification and normalization of typed literals and datatype URIs.DatatypeHandlerRegistry Registry ofDatatypeHandlers.LanguageHandler An interface defining methods related to verification and normalization of language tags.LanguageHandlerRegistry Registry ofLanguageHandlers.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 ofRDFParserconfiguration 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.RDFParserFactory A RDFParserFactory returnsRDFParsers for a specific RDF format.RDFParserRegistry A registry that keeps track of the availableRDFParserFactorys.RDFWriter An interface for RDF document writers.RDFWriterFactory A RDFWriterFactory returnsRDFWriters for a specific RDF format.RDFWriterRegistry A registry that keeps track of the availableRDFWriterFactorys.RioConfig Superclass forParserConfigandWriterConfig.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 ofRDFWriterconfiguration options. -
Classes in org.eclipse.rdf4j.rio used by org.eclipse.rdf4j.rio.helpers Class 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 ofRDFParserconfiguration 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.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 ofRDFWriterconfiguration options.