Uses of Class
org.apache.jena.riot.system.EltStreamRDF
Packages that use EltStreamRDF
-
Uses of EltStreamRDF in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return EltStreamRDFModifier and TypeMethodDescriptionstatic EltStreamRDF
static EltStreamRDF
static EltStreamRDF
static EltStreamRDF
static EltStreamRDF
EltStreamRDF.triple
(org.apache.jena.graph.Triple triple) Methods in org.apache.jena.riot.system that return types with arguments of type EltStreamRDFModifier and TypeMethodDescriptionAsyncParserBuilder.getPrematureDispatch()
AsyncParserBuilder.streamElements()
Method parameters in org.apache.jena.riot.system with type arguments of type EltStreamRDFModifier and TypeMethodDescriptionAsyncParserBuilder.setPrematureDispatch
(Predicate<EltStreamRDF> prematureDispatch) Set a custom dispatch (flush) policy: When the predicate returns true for an element then that element and any gathered data is dispatched immediately.