java.lang.Object
dev.metaschema.core.metapath.function.library.FnHead
Implements the XPath 3.1
fn:head
function.
-
Method Summary
-
Method Details
-
fnHead
Return the first item in thesequence.- Parameters:
sequence- the sequence to check- Returns:
IItemfirst item in the sequence for a sequencenullotherwise no item is returned
-