| Modifier and Type | Method and Description |
|---|---|
SimpleQuery |
addCondition(String condition)
Adds a free-form condition on query results.
|
SimpleQuery |
addNamespace(String prefix,
URI uri)
Adds a namespace to the query.
|
SimpleQuery |
addVariable(String name,
String range)
Adds a variable to the query.
|
SimpleQuery |
setResult(String expression)
Adds a result expression to the query.
|
expressionSimpleQuery addVariable(String name, String range)
name - the name of the variablerange - the range of the variableSimpleQuery addCondition(String condition)
condition - the conditionSimpleQuery addNamespace(String prefix, URI uri)
prefix - the namespace prefixuri - the namespace URISimpleQuery setResult(String expression)
expression - the result expressionCopyright © 2020. All Rights Reserved.