Package org.basex.query.expr.path
Class DocTest
java.lang.Object
org.basex.query.expr.ExprInfo
org.basex.query.expr.path.Test
org.basex.query.expr.path.DocTest
Document with child test.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.query.expr.path.Test
get, get, get, instanceOf, matches, noMatches, plan, planMethods inherited from class org.basex.query.expr.ExprInfo
description, toErrorString, toString
-
Constructor Details
-
DocTest
Constructor.- Parameters:
child- child element test
-
-
Method Details
-
copy
Description copied from class:TestCopies this test. -
matches
Description copied from class:TestChecks if the specified node matches the test. -
intersect
Description copied from class:TestComputes the intersection between two tests. -
equals
-
toString
Description copied from class:TestReturns a string representation of this test.
-