Cernunnos Manual


${isNull()}

** DEPRECATED ** since 1.0.0

Use ${groovy( <expression> == null)} instead.

Description:

Returns Boolean.TRUE if the specified VALUE is null, otherwise Boolean.FALSE.

Reagents:

Name XPath Description Reagent Type Expected Type Required
VALUE descendant-or-self::text() A phrase that evaluates to a value. PHRASE java.lang.Object Yes

Examples: