| Class | Description | 
|---|---|
| AbstractRDFHandler | Base class for  RDFHandlers with dummy implementations of all methods. | 
| AbstractRDFParser | Base class for  RDFParsers offering common functionality for RDF parsers. | 
| AbstractRDFWriter | Base class for  RDFWriters offering common functionality for RDF writers. | 
| AbstractRioSetting<T> | Base class for  RioSetting. | 
| 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. | 
| BooleanRioSetting | A  RioSettingwith aBooleanvalue. | 
| BufferedGroupingRDFHandler | An  RDFHandlerWrapperthat buffers statements internally and passes them to underlying handlers grouped by
 context, then subject, then predicate. | 
| ClassRioSetting<T> | A  RioSettingwith 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. | 
| JSONLDSettings | Settings that can be passed to JSONLD Parsers and Writers. | 
| JSONSettings | Generic JSON settings, mostly related to Jackson Features. | 
| LongRioSetting | A  RioSettingwith aLongvalue. | 
| NTriplesParserSettings | ParserSettings for the N-Triples parser features. | 
| NTriplesWriterSettings | WriterSettings for the N-Triples writer features. | 
| ParseErrorCollector | A ParseErrorListener that collects Rio parse errors in the sequence they were collected in. | 
| ParseErrorLogger | A ParseErrorListener that reports Rio parser errors to the SLf4J Logging framework. | 
| RDFaParserSettings | A selection of parser settings specific to RDFa parsers. | 
| RDFHandlerBase | Deprecated since 2.0.Use  AbstractRDFHandlerinstead. | 
| 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. | 
| RDFParserBase | Deprecated since 2.0. | 
| RDFParserHelper | Helper methods that may be used by  RDFParserimplementations. | 
| RDFWriterBase | Deprecated since 2.0. | 
| RioFileTypeDetector | An implementation of FileTypeDetector which uses the  RDFParserRegistryto find supported file types and their
 extensions. | 
| RioSettingImpl<T> | Basic implementation of  RioSettinginterface, without support for default override via system properties. | 
| SimpleParseLocationListener | A simple implementation of  ParseLocationListener. | 
| StatementCollector | A RDFHandler that can be used to collect reported statements in collections. | 
| StringRioSetting | A  RioSettingwith aStringvalue. | 
| TimeLimitRDFHandler | |
| TriXParserSettings | ParserSettings for the TriX parser features. | 
| TurtleParserSettings | Parser Settings that are specific to  RDFFormat.TURTLEparsers. | 
| XMLParserSettings | ParserSettings for the XML parser features. | 
| XMLReaderBasedParser | Base class for Rio parsers that are based on a SAX  XMLReader. | 
| XMLWriterSettings | A class encapsulating writer settings that XML writers may support. | 
| Enum | Description | 
|---|---|
| JSONLDMode | Specifies constants to identify various modes that are relevant to JSONLD documents. | 
| LargeLiteralHandling | An enumeration used to define constants used with the  BasicParserSettings.LARGE_LITERALS_HANDLINGparser
 setting. | 
| RDFaVersion | Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules. | 
| Exception | Description | 
|---|---|
| RioConfigurationException | A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.