Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.expr.path |
XQuery path expressions.
|
org.basex.query.value.type |
Modifier and Type | Method and Description |
---|---|
protected void |
QuerySuggest.checkTest(Test test,
boolean attr) |
Modifier and Type | Class and Description |
---|---|
class |
DocTest
Document kind test.
|
class |
NameTest
Name test.
|
class |
NodeTest
Extended node test.
|
Modifier and Type | Field and Description |
---|---|
static Test |
Test.NOD
Static node test.
|
Test |
Step.test
Kind test.
|
Modifier and Type | Method and Description |
---|---|
abstract Test |
Test.copy()
Copies this test.
|
Test |
NodeTest.copy() |
Test |
NameTest.copy() |
Test |
DocTest.copy() |
static Test |
Test.get(NodeType t)
Returns a test instance.
|
abstract Test |
Test.intersect(Test other)
Computes the intersection between two tests.
|
Test |
NodeTest.intersect(Test other) |
Test |
NameTest.intersect(Test other) |
Test |
DocTest.intersect(Test other) |
Modifier and Type | Method and Description |
---|---|
static Step |
Step.get(InputInfo info,
Axis axis,
Test test,
Expr... preds)
This method returns the most appropriate step implementation.
|
abstract Test |
Test.intersect(Test other)
Computes the intersection between two tests.
|
Test |
NodeTest.intersect(Test other) |
Test |
NameTest.intersect(Test other) |
Test |
DocTest.intersect(Test other) |
boolean |
Test.sameAs(Test t)
Checks the current and specified test for equality.
|
Constructor and Description |
---|
DocTest(Test test)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SeqType |
SeqType.get(Type type,
SeqType.Occ occ,
Test kind)
Returns a sequence type.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.