|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Test | |
---|---|
org.basex.query.xpath.locpath | Contains classes for the evaluation of XPath 1.0 location steps. |
Uses of Test in org.basex.query.xpath.locpath |
---|
Subclasses of Test in org.basex.query.xpath.locpath | |
---|---|
class |
TestName
NodeTest testing for a name match. |
class |
TestNode
Node Test testing for a specific NodeType. |
class |
TestPI
XPath Processing Instruction Test. |
Fields in org.basex.query.xpath.locpath declared as Test | |
---|---|
Test |
Step.test
Node test. |
Methods in org.basex.query.xpath.locpath with parameters of type Test | |
---|---|
static Step |
Axis.create(Axis a,
Test test)
Returns a location step instance. |
static Step |
Axis.create(Axis a,
Test test,
Preds preds)
Returns a location step instance. |
abstract boolean |
Test.sameAs(Test test)
Checks current and specified class for equivalence. |
boolean |
TestPI.sameAs(Test test)
|
boolean |
TestName.sameAs(Test test)
|
boolean |
TestNode.sameAs(Test test)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |