Package org.basex.query.expr.path
Class UnionTest
java.lang.Object
org.basex.query.expr.ExprInfo
org.basex.query.expr.path.Test
org.basex.query.expr.path.UnionTest
Union node test.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Copies this test.booleaninstanceOf(Test test) Checks if the current test is an instance of the specified test.Computes the intersection between two tests.booleanChecks if the specified node matches the test.toString(boolean full) Returns a string representation of this test.Methods inherited from class org.basex.query.expr.path.Test
get, get, get, matches, noMatches, plan, planMethods inherited from class org.basex.query.expr.ExprInfo
description, toErrorString, toString
-
Method Details
-
matches
Description copied from class:TestChecks if the specified node matches the test. -
copy
Description copied from class:TestCopies this test. -
instanceOf
Description copied from class:TestChecks if the current test is an instance of the specified test.- Overrides:
instanceOfin classTest- Parameters:
test- test to be checked- Returns:
- result of check
-
intersect
Description copied from class:TestComputes the intersection between two tests. -
toString
Description copied from class:TestReturns a string representation of this test.
-