|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.xpath.locpath.Test
org.basex.query.xpath.locpath.TestNode
public abstract class TestNode
Node Test testing for a specific NodeType.
| Field Summary | |
|---|---|
static TestNode |
COMM
comment() kind. |
static TestNode |
NODE
node() kind. |
static TestNode |
PI
processing-instruction() kind. |
static TestNode |
TEXT
text() kind. |
| Constructor Summary | |
|---|---|
TestNode()
|
|
| Method Summary | |
|---|---|
boolean |
sameAs(Test test)
Checks current and specified class for equivalence. |
| Methods inherited from class org.basex.query.xpath.locpath.Test |
|---|
compile, eval, eval, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TestNode NODE
public static final TestNode TEXT
public static final TestNode COMM
public static final TestNode PI
| Constructor Detail |
|---|
public TestNode()
| Method Detail |
|---|
public final boolean sameAs(Test test)
Test
sameAs in class Testtest - node test to be compared
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||