Class | Description |
---|---|
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.
|
BufferedGroupingRDFHandler |
An
RDFHandlerWrapper that buffers statements internally and passes
them to underlying handlers grouped by context, then subject, then predicate. |
ContextStatementCollector |
A RDFHandler that can be used to collect reported statements in collections.
|
JSONLDSettings |
Settings that can be passed to JSONLD Parsers and Writers.
|
NTriplesParserSettings |
ParserSettings for the N-Triples parser 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 |
Base class for
RDFHandler s with dummy implementations of all
methods. |
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 |
Base class for
RDFParser s offering common functionality for RDF
parsers. |
RDFParserHelper |
Helper methods that may be used by
RDFParser implementations. |
RDFWriterBase |
Base class for
RDFWriter s offering common functionality for RDF
writers. |
RioSettingImpl<T> |
Basic implementation of
RioSetting interface. |
StatementCollector |
A RDFHandler that can be used to collect reported statements in collections.
|
TriXParserSettings |
ParserSettings for the TriX parser features.
|
TurtleParserSettings |
Parser Settings that are specific to
RDFFormat.TURTLE
parsers. |
XMLParserSettings |
ParserSettings for the XML parser features.
|
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_HANDLING parser setting. |
RDFaVersion |
Enumeration for tracking versions of the RDFa specification to specify
processing capabilities of RDFa modules.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.