Application Integration
- Application Integration
- All Products
fn:exists(arg)
Argument | Required/ Optional | Description |
|---|---|---|
arg
| Required | The sequence to check for existence. It can be a
node, an atomic value, or a sequence of items. It can contain zero
or more items. |
|
|
|---|---|
fn:exists( ('a', 'b', 'c') ) | true |
fn:exists( '' ) | true |
fn:exists( () ) | false |
fn:exists( false() ) | true |
fn:exists( (1, 2, 3) ) | true |