java.lang.Object
dev.metaschema.core.metapath.function.library.FnReverse
Implements the XPath 3.1 fn:reverse
function.
-
Method Summary
-
Method Details
-
fnReverse
Reverse the order of items in thesequence.- Type Parameters:
T- the type for the given Metapath sequence- Parameters:
target- the sequence to check for reversal- Returns:
sequencethe new sequence with items in reverse order.
-