Constructor and Description |
---|
FunctionTest(TestFunction<Node> test,
List<NodeSelector<Node>> argSelectors) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryNumericTest<Node> |
class |
EqualTest<Node> |
class |
GreaterEqualTest<Node> |
class |
GreaterThanTest<Node> |
class |
LessEqualTest<Node> |
class |
LessThanTest<Node> |
class |
NotEqualTest<Node> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryStringTest<Node>
Abstract base class for binary string tests.
|
class |
AbstractStringTest<Node>
Abstract base class for LDPath Test functions that work on the string representation of nodes.
|
class |
StringContainsTest<Node>
Check if one string is contained within an other.
|
class |
StringEndsWithTest<Node>
Check if one string ends with the other.
|
class |
StringEqualsIC<Node>
Check two strings for equality, ignoring case considerations.
|
class |
StringEqualsTest<Node>
Check two strings for equality.
|
class |
StringIsEmptyTest<Node>
LDPath test function to check if the string representation of an node is empty.
|
class |
StringStartsWithTest<Node>
Check if one string starts with the other.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TestFunction<Node>> |
Configuration.testFunctions
A map from function URIs (e.g.
|
Modifier and Type | Method and Description |
---|---|
TestFunction<Node> |
LdPathParser.getTestFunction(String uri) |
Modifier and Type | Method and Description |
---|---|
Map<String,TestFunction<Node>> |
Configuration.getTestFunctions()
Return an immutable map of the registered function tests.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addTestFunction(String uri,
TestFunction<Node> test)
Add a mapping from an URI to a
TestFunction inplementation to the configuration. |
void |
LdPathParser.registerFunction(TestFunction<Node> test) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.