Package | Description |
---|---|
org.ballerinalang.model.values |
Modifier and Type | Field and Description |
---|---|
static BBoolean |
BBoolean.FALSE
The
BBoolean object corresponding to the primitive. |
static BBoolean |
BBoolean.TRUE
The
BBoolean object corresponding to the primitive. |
Modifier and Type | Method and Description |
---|---|
BBoolean |
BXMLSequence.isEmpty()
Check whether the XML sequence is empty.
|
abstract BBoolean |
BXML.isEmpty()
Check whether the XML sequence is empty.
|
BBoolean |
BXMLItem.isEmpty()
Check whether the XML sequence is empty.
|
BBoolean |
BXMLSequence.isSingleton()
Check whether the XML sequence contains only a single element.
|
abstract BBoolean |
BXML.isSingleton()
Check whether the XML sequence contains only a single element.
|
BBoolean |
BXMLItem.isSingleton()
Check whether the XML sequence contains only a single element.
|
Copyright © 2018 WSO2. All rights reserved.