| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| Modifier and Type | Method and Description |
|---|---|
QueryProcessor |
QueryProcessor.bind(java.lang.String name,
java.lang.Object value)
Binds a value to a global variable.
|
QueryProcessor |
QueryProcessor.bind(java.lang.String name,
java.lang.Object value,
java.lang.String type)
Binds a value with the specified data type to a global variable.
|
QueryProcessor |
QueryProcessor.context(Nodes nodes)
Binds an initial nodeset to the context item.
|
QueryProcessor |
QueryProcessor.context(java.lang.Object value)
Binds a value to the context item.
|
QueryProcessor |
QueryProcessor.context(java.lang.Object value,
java.lang.String type)
Binds a value with the specified data type to the context item,
using the same rules as for
binding variables. |
QueryProcessor |
QueryProcessor.namespace(java.lang.String prefix,
java.lang.String uri)
Declares a namespace.
|