Package | Description |
---|---|
org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
org.apache.jena.sparql.core | |
org.apache.jena.sparql.serializer |
Modifier and Type | Method and Description |
---|---|
void |
Query.visit(QueryVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
QueryCompare |
Modifier and Type | Class and Description |
---|---|
class |
QuerySerializer
Serialize a query into SPARQL or ARQ formats
|
Modifier and Type | Method and Description |
---|---|
QueryVisitor |
QuerySerializerFactory.create(Syntax syntax,
Prologue prologue,
IndentedWriter writer)
Return a serializer for the given syntax
|
QueryVisitor |
QuerySerializerFactory.create(Syntax syntax,
SerializationContext context,
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
|
Licenced under the Apache License, Version 2.0