|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Test | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.path | XQuery path expressions. |
org.basex.query.value.type |
Uses of Test in org.basex.query |
---|
Methods in org.basex.query with parameters of type Test | |
---|---|
protected void |
QueryParser.checkTest(Test test,
boolean attr)
Performs an optional test check. |
protected void |
QuerySuggest.checkTest(Test test,
boolean attr)
|
Uses of Test in org.basex.query.path |
---|
Subclasses of Test in org.basex.query.path | |
---|---|
class |
DocTest
Document kind test. |
class |
NameTest
Name test. |
class |
NodeTest
Extended node test. |
Fields in org.basex.query.path declared as Test | |
---|---|
static Test |
Test.NOD
Static node test. |
Test |
Step.test
Kind test. |
Methods in org.basex.query.path that return Test | |
---|---|
Test |
NameTest.copy()
|
Test |
DocTest.copy()
|
abstract Test |
Test.copy()
Copies this test. |
Test |
NodeTest.copy()
|
static Test |
Test.get(NodeType t)
Returns a test instance. |
Test |
NameTest.intersect(Test other)
|
Test |
DocTest.intersect(Test other)
|
abstract Test |
Test.intersect(Test other)
Computes the intersection between two tests. |
Test |
NodeTest.intersect(Test other)
|
Methods in org.basex.query.path with parameters of type Test | |
---|---|
static Step |
Step.get(InputInfo ii,
Axis a,
Test t,
Expr... p)
This method creates a step instance. |
Test |
NameTest.intersect(Test other)
|
Test |
DocTest.intersect(Test other)
|
abstract Test |
Test.intersect(Test other)
Computes the intersection between two tests. |
Test |
NodeTest.intersect(Test other)
|
boolean |
Test.sameAs(Test t)
Checks the current and specified test for equality. |
Constructors in org.basex.query.path with parameters of type Test | |
---|---|
DocTest(Test t)
Constructor. |
Uses of Test in org.basex.query.value.type |
---|
Methods in org.basex.query.value.type with parameters of type Test | |
---|---|
static SeqType |
SeqType.get(Type t,
SeqType.Occ o,
Test k)
Returns a sequence type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |