Class | Description |
---|---|
CleanTextFunction |
Utility function performing following operations on the text:
replace all kind of spaces (space, non breaking space, new line, line feed, tab) with a normal space
replace multiple instances of space with a single one
trims the resulting string
This function is available under the name "wt:cleanText".
|
MatchesFunction |
This function should work as the matches function defined by
XPath 2.
|
SimpleNamespaceContext | |
SimpleXPathFunctionResolver | |
SimpleXPathVariableResolver | |
XPathHelper |
Helper class for a central XPath creation allowing to share variable,
function and namespace contexts.
|