java.lang.Object
dev.metaschema.core.metapath.function.library.ArrayFlatten
Implements the XPath 3.1 array:flatten
function.
-
Method Summary
-
Method Details
-
flatten
An implementation of XPath 3.1 array:flatten.- Parameters:
items- the items to flatten- Returns:
- the stream of flattened items
-
flatten
An implementation of XPath 3.1 array:flatten.- Parameters:
item- the item to flatten- Returns:
- the stream of flattened items
-