Package | Description |
---|---|
org.apache.marmotta.ldpath.model.programs | |
org.apache.marmotta.ldpath.model.selectors | |
org.apache.marmotta.ldpath.model.tests | |
org.apache.marmotta.ldpath.parser |
Modifier and Type | Method and Description |
---|---|
NodeTest<Node> |
Program.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
Program.setFilter(NodeTest<Node> filter) |
Constructor and Description |
---|
TestingSelector(NodeSelector<Node> delegate,
NodeTest<Node> test) |
Modifier and Type | Class and Description |
---|---|
class |
AndTest<Node>
Tests the conjunction of two tests.
|
class |
ComplexTest<Node> |
class |
FunctionTest<Node> |
class |
IsATest<Node>
Shortcut for
PathEqualityTest with the property http://www.w3.org/1999/02/22-rdf-syntax-ns#type |
class |
LiteralLanguageTest<Node>
Tests if the language of the literal node matches the language configured for the test.
|
class |
LiteralTypeTest<Node>
Literal type tests allow to select only literals of a specified type, e.g.
|
class |
NotTest<Node> |
class |
OrTest<Node>
Tests the disjunction of two tests.
|
class |
PathEqualityTest<Node>
Checks whether a path selector contains a certain node.
|
class |
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.
|
Constructor and Description |
---|
AndTest(NodeTest<Node> left,
NodeTest<Node> right) |
AndTest(NodeTest<Node> left,
NodeTest<Node> right) |
NotTest(NodeTest<Node> delegate) |
OrTest(NodeTest<Node> left,
NodeTest<Node> right) |
OrTest(NodeTest<Node> left,
NodeTest<Node> right) |
Modifier and Type | Method and Description |
---|---|
NodeTest |
LdPathParser.AtomicNodeTest() |
NodeTest |
LdPathParser.GroupedTest() |
NodeTest |
LdPathParser.NodeTest() |
NodeTest<Node> |
LdPathParser.parseTest(Map<String,String> ctxNamespaces) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.