java.lang.Object
dev.metaschema.core.metapath.function.library.FnExists
Implements the XPath 3.1 fn:exists
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IBooleanItemIdentify if there is at least one item in thesequence.
-
Method Details
-
fnExists
Identify if there is at least one item in thesequence.- Parameters:
sequence- the sequence to check- Returns:
trueif the sequence contains at least one item, orfalseotherwise
-