|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.xquery.path.Test
public abstract class Test
XQuery Node Tests.
Nested Class Summary | |
---|---|
static class |
Test.Kind
Test types. |
Field Summary | |
---|---|
Test.Kind |
kind
Test type. |
QNm |
name
Name test. |
static Test |
NODE
Static node test. |
Type |
type
Node test. |
Constructor Summary | |
---|---|
Test()
|
Method Summary | |
---|---|
abstract boolean |
e(Nod tmp)
Tests the specified node. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Test.Kind kind
public static final Test NODE
public QNm name
public Type type
Constructor Detail |
---|
public Test()
Method Detail |
---|
public abstract boolean e(Nod tmp) throws XQException
tmp
- temporary node
XQException
- evaluation exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |