|
|||||||||
| 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 final class Test
XQuery Node Tests.
| Field Summary | |
|---|---|
byte[] |
ln
Local name. |
QNm |
name
Name test. |
static Test |
NODE
Static node test. |
Type |
type
Node test. |
boolean |
wild
Wildcard flag. |
static byte[] |
WILD
Static node test. |
| Constructor Summary | |
|---|---|
Test()
Empty Constructor ("*" test). |
|
Test(QNm n,
boolean w,
XQContext ctx)
Constructor. |
|
Test(Type t)
Constructor. |
|
Test(Type t,
byte[] ext,
XQContext ctx)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
e(Node tmp,
XQContext ctx)
Tests the specified node. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte[] ln
public QNm name
public static final Test NODE
public Type type
public boolean wild
public static final byte[] WILD
| Constructor Detail |
|---|
public Test()
public Test(QNm n,
boolean w,
XQContext ctx)
throws XQException
n - namectx - xquery contextw - wildcard flag
XQException - evaluation exceptionpublic Test(Type t)
t - node type
public Test(Type t,
byte[] ext,
XQContext ctx)
throws XQException
t - node typeext - type extensionctx - xquery context
XQException - evaluation exception| Method Detail |
|---|
public boolean e(Node tmp,
XQContext ctx)
tmp - temporary nodectx - xquery context
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||