Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.serializer |
Modifier and Type | Method and Description |
---|---|
void |
Query.serialize(IndentedLineBuffer buff)
Format the query into the buffer
|
void |
Query.serialize(IndentedLineBuffer buff,
Syntax outSyntax)
Format the query
|
Modifier and Type | Method and Description |
---|---|
static void |
Serializer.serialize(Query query,
IndentedLineBuffer buff)
Format the query into the buffer
|
static void |
Serializer.serialize(Query query,
IndentedLineBuffer buff,
Syntax outSyntax)
Format the query
|
Licenced under the Apache License, Version 2.0