Uses of Interface
org.apache.jena.query.QueryVisitor
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of QueryVisitor in org.apache.jena.query
-
Uses of QueryVisitor in org.apache.jena.sparql.core
-
Uses of QueryVisitor in org.apache.jena.sparql.serializer
Modifier and TypeClassDescriptionclass
Serialize a query into SPARQL or ARQ formatsModifier and TypeMethodDescriptionQuerySerializerFactory.create
(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer) Return a serializer for the given syntaxQuerySerializerFactory.create
(Syntax syntax, SerializationContext context, org.apache.jena.atlas.io.IndentedWriter writer) Returns a serializer for the given syntax using an existing serialization context, this method should only be called for serializing sub-queries where the outer context must be honoured