Uses of Interface
org.apache.jena.query.QueryVisitor
Packages that use QueryVisitor
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of QueryVisitor in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type QueryVisitor -
Uses of QueryVisitor in org.apache.jena.sparql.core
Classes in org.apache.jena.sparql.core that implement QueryVisitor -
Uses of QueryVisitor in org.apache.jena.sparql.serializer
Classes in org.apache.jena.sparql.serializer that implement QueryVisitorModifier and TypeClassDescriptionclass
Serialize a query into SPARQL or ARQ formatsMethods in org.apache.jena.sparql.serializer that return QueryVisitorModifier 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