Uses of Class
org.basex.query.expr.path.Test
Packages that use Test
Package
Description
XQuery implementation.
XQuery path expressions.
-
Uses of Test in org.basex.query
Methods in org.basex.query with parameters of type Test -
Uses of Test in org.basex.query.expr.path
Subclasses of Test in org.basex.query.expr.pathModifier and TypeClassDescriptionfinal classDocument with child test.classSimple node kind test.final className test.final classUnion node test.Fields in org.basex.query.expr.path declared as TestMethods in org.basex.query.expr.path that return TestModifier and TypeMethodDescriptionDocTest.copy()NameTest.copy()abstract TestTest.copy()Copies this test.UnionTest.copy()static TestCreates a single test with the same node type.static TestReturns a node test, a name test ornull.static TestReturns a node test, a name test ornull.abstract TestComputes the intersection between two tests.Methods in org.basex.query.expr.path with parameters of type TestModifier and TypeMethodDescriptionstatic ExprReturns a new optimized step.static ExprReturns a new optimized self step.static StepReturns a new step.static TestCreates a single test with the same node type.booleanKindTest.instanceOf(Test test) booleanNameTest.instanceOf(Test test) booleanTest.instanceOf(Test test) Checks if the current test is an instance of the specified test.booleanUnionTest.instanceOf(Test test) abstract TestComputes the intersection between two tests.Constructors in org.basex.query.expr.path with parameters of type Test -
Uses of Test in org.basex.query.value.type
Methods in org.basex.query.value.type with parameters of type Test