|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.xquery.path.Test
org.basex.query.xquery.path.NameTest
public final class NameTest
XQuery Name Test.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.xquery.path.Test |
|---|
Test.Kind |
| Field Summary | |
|---|---|
byte[] |
ln
Local name. |
| Fields inherited from class org.basex.query.xquery.path.Test |
|---|
kind, name, NODE, type |
| Constructor Summary | |
|---|---|
NameTest()
Empty Constructor ('*'). |
|
NameTest(QNm nm,
Test.Kind t)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
e(Nod tmp)
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
| Constructor Detail |
|---|
public NameTest()
public NameTest(QNm nm,
Test.Kind t)
nm - namet - test type| Method Detail |
|---|
public boolean e(Nod tmp)
throws XQException
Test
e in class Testtmp - temporary node
XQException - evaluation exceptionpublic 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 | |||||||||