Interface | Description |
---|---|
ErrorHandler |
An Error handler captures the policy for dealing with warnings, errors and
fatal errors.
|
MapWithScope.Allocator<A,B,S> |
Allocate a B, given some A.
|
MapWithScope.ScopePolicy<A,B,S> | |
ParserProfile | |
PrefixMap |
Interface for lightweight prefix maps, this is similar to
PrefixMapping from Jena Core but it omits any reverse lookup
functionality. |
StreamRDF |
The interface for the output of RDF, such as the RIOT parsers.
|
StreamRDFWriterFactory | |
StreamRowRDF |
An item in a stream of RDF data.
|
Class | Description |
---|---|
Checker |
A checker validates RDF terms.
|
ErrorHandlerFactory | |
FastAbbreviatingPrefixMap |
A prefix map implementation suited to output heavy workloads
|
IO_JenaReaders | |
IO_JenaWriters | |
IRILib |
Operations related to IRIs
|
IRIResolver |
Package up IRI reolver functionality.
|
IteratorStreamRDF |
Pull version of processing StreamRDF
|
IteratorStreamRDFText |
Testing/development convenience.
|
JenaWriterBase | |
LoggingStreamRDF | |
MapWithScope<A,B,S> |
Maps A's to B's, based on a scope S
|
ParserProfileBase |
Basic profile of things, with key operations based on a simple use of the
parse elements into Nodes
|
ParserProfileChecker |
ParserProfile that performs checks:
IRI violations
Valid lexical forms for literals
Valid triples (e.g.
|
PrefixMapBase |
Abstract base implementation of a
PrefixMap which provides
some useful helper methods |
PrefixMapExtended |
Implementation of a
PrefixMap which extends another prefix map
without ever altering the parent. |
PrefixMapFactory |
Factory which provides prefix maps
|
PrefixMapNull |
Always empty prefix map
|
PrefixMapStd |
Default implementation of a
PrefixMap , this implementation
is best suited to use for input. |
PrefixMapUnmodifiable |
A PrefixMap that traps update operations on a wrapped prefix map
|
PrefixMapWrapper |
Creates an always-empty prefix map, which can not be changed.
|
PrintingStreamRDF |
Primarily for debugging
|
Prologue | |
RiotChars | |
RiotLib |
Misc RIOT code
|
SerializationFactoryFinder | |
StreamOps |
Utilities for sending to StreamRDF.
|
StreamRDF2 |
Send to two stream
|
StreamRDFBase | |
StreamRDFCollectOne |
Take one item from a StreamRDF and present as a StreamRowRDF
|
StreamRDFCountingBase |
Wrap another StreamRDF and provide counts of items
|
StreamRDFLib |
Various Common StreamRDF setups
|
StreamRDFWrapper |
A wrapper around another
StreamRDF |
StreamRDFWriter |
Write RDF in a streaming fashion.
|
StreamRDFWriter.WriterRegistry<T> |
Writer registry
|
StreamRowRDFBase | |
SyntaxLabels |
Factory for default policies for syntax labels to and from nodes
For label to node (parsing) we use a scalable hashing scheme (MD5 of a seed and the label)
For node to label (pretty labels output), we use a unique tracking scheme.
|
Licenced under the Apache License, Version 2.0