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

Packages that use Test
org.basex.query.xquery.path Contains XQuery 1.0 path expressions. 
 

Uses of Test in org.basex.query.xquery.path
 

Subclasses of Test in org.basex.query.xquery.path
 class KindTest
          XQuery Node Tests.
 class NameTest
          XQuery Name Test.
 

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

Constructors in org.basex.query.xquery.path with parameters of type Test
IterStep(Axis a, Test t, Expr[] p, boolean last, boolean num)
          Constructor.
SimpleIterStep(Axis a, Test t, Expr[] p)
          Constructor.
Step(Axis a, Test t, Expr[] p)
          Constructor.