Uses of Class
org.basex.query.path.Test

Packages that use Test
org.basex.query.path This package contains XQuery path expressions. 
 

Uses of Test in org.basex.query.path
 

Subclasses of Test in org.basex.query.path
 class KindTest
          XQuery kind test.
 class NameTest
          XQuery name test.
 

Fields in org.basex.query.path declared as Test
static Test Test.NODE
          Static node test.
 Test Step.test
          Node test.
 

Methods in org.basex.query.path with parameters of type Test
static Step Step.get(Axis a, Test t, Expr... p)
          This method creates a step instance.
 boolean Test.sameAs(Test t)
          Checks the current and specified test for equality.
 

Constructors in org.basex.query.path with parameters of type Test
IterStep(Axis a, Test t, Expr[] p, Pos ps, boolean l)
          Constructor.
SimpleIterStep(Axis a, Test t)
          Constructor.