Package org.apache.jena.riot.system

Interface Summary
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.
 

Class Summary
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.
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  
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
StreamRDF2 Send to two stream
StreamRDFBase  
StreamRDFLib Various Common StreamRDF setups
StreamRDFWrapper A wrapper around another StreamRDF
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