java.lang.Object
dev.metaschema.core.metapath.function.library.ArrayTail
Implements the XPath 3.1 array:tail
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends IItem>
IArrayItem<T>tail(IArrayItem<T> array) An implementation of XPath 3.1 array:tail.
-
Method Details
-
tail
An implementation of XPath 3.1 array:tail.- Type Parameters:
T- the type of items in the given Metapath array- Parameters:
array- the array to get the tail items from- Returns:
- the tail items
-