| Modifier and Type | Class and Description |
|---|---|
class |
StringModule.EndsWithPredicate |
class |
StringModule.StartsWithPredicate |
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_URI |
| Constructor and Description |
|---|
StringModule() |
| Modifier and Type | Method and Description |
|---|---|
PredicateIF |
getPredicate(String name)
INTERNAL: Returns the predicate with the given local name inside
the module.
|
public static final String MODULE_URI
public PredicateIF getPredicate(String name)
ModuleIFgetPredicate in interface ModuleIFname - The local name of the predicate; that is the part of
the QName after the colon.