| Class | Description |
|---|---|
| AndTest<Node> |
Tests the conjunction of two tests.
|
| ComplexTest<Node> | |
| FunctionTest<Node> | |
| IsATest<Node> |
Shortcut for
PathEqualityTest with the property http://www.w3.org/1999/02/22-rdf-syntax-ns#type |
| LiteralLanguageTest<Node> |
Tests if the language of the literal node matches the language configured for the test.
|
| LiteralTypeTest<Node> |
Literal type tests allow to select only literals of a specified type, e.g.
|
| NotTest<Node> | |
| OrTest<Node> |
Tests the disjunction of two tests.
|
| PathEqualityTest<Node> |
Checks whether a path selector contains a certain node.
|
| PathTest<Node> |
Tests whether the path given as argument for the constructor yields at least one node when evaluated
from the context node to which the test is applied.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.