org.basex.query.path
Class KindTest
java.lang.Object
org.basex.query.path.Test
org.basex.query.path.KindTest
public final class KindTest
- extends Test
XQuery kind test.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Nested classes/interfaces inherited from class org.basex.query.path.Test |
Test.Kind |
KindTest
public KindTest(Type t)
- Constructor.
- Parameters:
t
- node type
KindTest
public KindTest(Type t,
QNm ext)
- Constructor.
- Parameters:
t
- node typeext
- type extension
eval
public boolean eval(Nod n)
throws QueryException
- Description copied from class:
Test
- Tests the specified node.
- Specified by:
eval
in class Test
- Parameters:
n
- temporary node
- Returns:
- result of check
- Throws:
QueryException
- query exception
toString
public String toString()
- Overrides:
toString
in class Object