All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractRDFHandler Base class forRDFHandlers with dummy implementations of all methods.AbstractRDFParser Base class forRDFParsers offering common functionality for RDF parsers.AbstractRDFWriter Base class forRDFWriters offering common functionality for RDF writers.AbstractRioSetting<T> Base class forRioSetting.BasicParserSettings A class encapsulating the basic parser settings that most parsers may support.BasicWriterSettings A class encapsulating the basic writer settings that most writers may support.BinaryRDFWriterSettings WriterSettings for the binary RDF writer.BooleanRioSetting ARioSettingwith aBooleanvalue.BufferedGroupingRDFHandler AnRDFHandlerWrapperthat buffers statements internally and passes them to underlying handlers grouped by context, then subject, then predicate.ClassRioSetting<T> ARioSettingwith aClassvalue.CodePointIterator Helper class for quickly iterating over a String and receiving each character code point (taking care to handle surrogate pairs correctly).CodePointSequence Helper class for working with Strings as sequences of Unicode code points.ContextStatementCollector A RDFHandler that can be used to collect reported statements in collections.DatatypeHandler An interface defining methods related to verification and normalization of typed literals and datatype URIs.DatatypeHandlerRegistry Registry ofDatatypeHandlers.JSONLDMode Deprecated, for removal: This API element is subject to removal in a future version. JSONLDSettings Settings that can be passed to JSONLD Parsers and Writers.JSONSettings Generic JSON settings, mostly related to Jackson Features.LanguageHandler An interface defining methods related to verification and normalization of language tags.LanguageHandlerRegistry Registry ofLanguageHandlers.LargeLiteralHandling An enumeration used to define constants used with theBasicParserSettings.LARGE_LITERALS_HANDLINGparser setting.LongRioSetting ARioSettingwith aLongvalue.NTriplesParserSettings ParserSettings for the N-Triples parser features.NTriplesUtil Utility methods for N-Triples encoding/decoding.NTriplesWriterSettings WriterSettings for the N-Triples writer features.ParseErrorCollector A ParseErrorListener that collects Rio parse errors in the sequence they were collected in.ParseErrorListener An interface defining methods for receiving warning and error messages from an RDF parser.ParseErrorLogger A ParseErrorListener that reports Rio parser errors to the SLf4J Logging framework.ParseLocationListener A listener interface for listening to the parser's progress.ParserConfig A container object for easy setting and passing ofRDFParserconfiguration options.RDFaParserSettings A selection of parser settings specific to RDFa parsers.RDFaVersion Deprecated, for removal: This API element is subject to removal in a future version. 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.RDFHandlerWrapper Convenience base class for RDF handlers that wrap one or more other RDF handler.RDFJSONParserSettings A selection of parser settings specific to RDF/JSON parsers.RDFJSONWriterSettings A selection of writer settings specific to RDF/JSON parsers.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.RDFParserHelper Helper methods that may be used byRDFParserimplementations.RDFParserRegistry A registry that keeps track of the availableRDFParserFactorys.RDFStarUtil Utility methods for RDF-star triples.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.Rio Static methods for parsing and writing RDF for all available syntaxes.RioConfig Superclass forParserConfigandWriterConfig.RioConfigurationException A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported.RioFileTypeDetector An implementation of FileTypeDetector which uses theRDFParserRegistryto find supported file types and their extensions.RioSetting<T> Identifies a parser setting along with its default value.RioSettingImpl<T> Basic implementation ofRioSettinginterface, without support for default override via system properties.SimpleParseLocationListener A simple implementation ofParseLocationListener.StatementCollector A RDFHandler that can be used to collect reported statements in collections.StringRioSetting ARioSettingwith aStringvalue.TimeLimitRDFHandler TriXParserSettings ParserSettings for the TriX parser features.TurtleParserSettings Parser Settings that are specific toRDFFormat.TURTLEparsers.TurtleWriterSettings A class encapsulating writer settings that Turtle writers may support.UnsupportedRDFormatException A RuntimeException indicating that a specific RDF format is not supported.WriterConfig A container object for easy setting and passing ofRDFWriterconfiguration options.XMLParserSettings ParserSettings for the XML parser features.XMLReaderBasedParser Base class for Rio parsers that are based on a SAXXMLReader.XMLWriterSettings A class encapsulating writer settings that XML writers may support.