Uses of Class
org.apache.jena.riot.system.StreamRDFWrapper
Packages that use StreamRDFWrapper
Package
Description
-
Uses of StreamRDFWrapper in org.apache.jena.rdfs
Subclasses of StreamRDFWrapper in org.apache.jena.rdfs -
Uses of StreamRDFWrapper in org.apache.jena.riot.process
Subclasses of StreamRDFWrapper in org.apache.jena.riot.processModifier and TypeClassDescriptionclass
Apply a function to the object of triple/quads.class
Apply a function to the object of triple/quads. -
Uses of StreamRDFWrapper in org.apache.jena.riot.process.normalize
Subclasses of StreamRDFWrapper in org.apache.jena.riot.process.normalizeModifier and TypeClassDescriptionclass
StreamRDF
that converts language tags to lower case or to canonical form (RFC 4646, 5646).class
Canonicalize literal lexical forms (in the object position). -
Uses of StreamRDFWrapper in org.apache.jena.riot.system
Subclasses of StreamRDFWrapper in org.apache.jena.riot.systemModifier and TypeClassDescriptionclass
Wrap another StreamRDF and provide counts of itemsclass
StreamRDF
that expects triples not quads. -
Uses of StreamRDFWrapper in org.apache.jena.system.progress
Subclasses of StreamRDFWrapper in org.apache.jena.system.progressModifier and TypeClassDescriptionclass
Send ticks to aProgressMonitor
as triples and quads are sent along theStreamRDF
.