java.lang.Object
dev.metaschema.core.metapath.function.library.FnNot
Implements the XPath 3.1
fn:not
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IBooleanItemGet the negated, effective boolean value of the provided item.static IBooleanItemGet the negated, effective boolean value of the provided item.
-
Method Details
-
fnNot
Get the negated, effective boolean value of the provided item.Based on the XPath 3.1 fn:not function.
- Parameters:
item- the item to get the negated, effective boolean value for- Returns:
- the negated boolean value
-
fnNot
Get the negated, effective boolean value of the provided item.Based on the XPath 3.1 fn:not function.
- Parameters:
sequence- the sequence to get the negated, effective boolean value for- Returns:
- the negated boolean value
-