| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.data |
Database structures.
|
| org.basex.io.serial | |
| org.basex.query |
XQuery implementation.
|
| org.basex.query.iter |
XQuery iterators.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Command.result()
Returns the result set, generated by a query command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Nodes
This class stores node references of a database in an ascending order.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Result.sameAs(Result r)
Compares results for equality.
|
boolean |
Nodes.sameAs(Result r) |
| Constructor and Description |
|---|
SAXSerializer(Result res)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QueryProcessor.execute()
Evaluates the specified query and returns the result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemCache
Item iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemCache.sameAs(Result v) |