| Class | Description |
|---|---|
| AbstractBinaryStringTest<Node> |
Abstract base class for binary string tests.
|
| AbstractStringTest<Node> |
Abstract base class for LDPath Test functions that work on the string representation of nodes.
|
| StringContainsTest<Node> |
Check if one string is contained within an other.
|
| StringEndsWithTest<Node> |
Check if one string ends with the other.
|
| StringEqualsIC<Node> |
Check two strings for equality, ignoring case considerations.
|
| StringEqualsTest<Node> |
Check two strings for equality.
|
| StringIsEmptyTest<Node> |
LDPath test function to check if the string representation of an node is empty.
|
| StringStartsWithTest<Node> |
Check if one string starts with the other.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.