Uses of Interface
org.aksw.jenax.stmt.resultset.SPARQLResultVisitor
Packages that use SPARQLResultVisitor
-
Uses of SPARQLResultVisitor in org.aksw.jenax.stmt.resultset
Subinterfaces of SPARQLResultVisitor in org.aksw.jenax.stmt.resultsetClasses in org.aksw.jenax.stmt.resultset that implement SPARQLResultVisitorModifier and TypeClassDescriptionclassPrint non-quad results by default to stderrclassMethods in org.aksw.jenax.stmt.resultset with type parameters of type SPARQLResultVisitorModifier and TypeMethodDescriptionstatic <T extends SPARQLResultVisitor>
TSPARQLResultVisitor.forward(SPARQLResultEx sr, T handler) -
Uses of SPARQLResultVisitor in org.aksw.jenax.stmt.util
Methods in org.aksw.jenax.stmt.util with parameters of type SPARQLResultVisitorModifier and TypeMethodDescriptionstatic voidSparqlStmtUtils.output(SPARQLResultEx rr, SPARQLResultVisitor sink) Create a sink that for line based format streams directly to the output stream or collects quads in memory and emits them all at once in the given format when flushing the sink.static voidSparqlStmtUtils.process(org.apache.jena.rdfconnection.RDFConnection conn, SparqlStmt stmt, Consumer<org.apache.jena.sparql.util.Context> cxtMutator, SPARQLResultVisitor sink)