| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuerySuggest.checkTest(Test test,
boolean attr) |
protected void |
QueryParser.checkTest(Test test,
boolean attr)
Performs an optional test check.
|
| Modifier and Type | Method and Description |
|---|---|
static SeqType |
SeqType.get(Type t,
SeqType.Occ o,
Test k)
Returns a sequence type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocTest
Document kind test.
|
class |
ExtTest
Extended node test.
|
class |
NameTest
Name test.
|
| Modifier and Type | Field and Description |
|---|---|
static Test |
Test.NOD
Static node test.
|
Test |
AxisStep.test
Kind test.
|
| Modifier and Type | Method and Description |
|---|---|
static Test |
Test.get(NodeType t)
Returns a test instance.
|
| Modifier and Type | Method and Description |
|---|---|
static AxisStep |
AxisStep.get(InputInfo ii,
Axis a,
Test t,
Expr... p)
This method creates a step instance.
|
boolean |
Test.sameAs(Test t)
Checks the current and specified test for equality.
|
| Constructor and Description |
|---|
DocTest(Test t)
Constructor.
|