public final class DocTest extends Test
Modifier and Type | Method and Description |
---|---|
Test |
copy()
Copies this test.
|
boolean |
eq(ANode node)
Tests if the test yields true.
|
Test |
intersect(Test other)
Computes the intersection between two tests.
|
boolean |
nsSensitive()
Checks if this test is namespace-sensitive.
|
String |
toString() |
public DocTest(Test test)
test
- child test (may be null
)public boolean nsSensitive()
Test
public Test intersect(Test other)
Test
Copyright © 2005–2015 BaseX Team. All rights reserved.