Package | Description |
---|---|
org.ballerinalang.model.values |
Modifier and Type | Method and Description |
---|---|
BString |
BXMLSequence.getElementName()
Get the fully qualified name of the element as a
BString . |
abstract BString |
BXML.getElementName()
Get the fully qualified name of the element as a
BString . |
BString |
BXMLItem.getElementName()
Get the fully qualified name of the element as a
BString . |
BString |
BXMLSequence.getItemType()
Get the type of the XML as a
BString . |
abstract BString |
BXML.getItemType()
Get the type of the XML as a
BString . |
BString |
BXMLItem.getItemType()
Get the type of the XML as a
BString . |
BString |
BXMLSequence.getTextValue()
Get the text values in this XML.
|
abstract BString |
BXML.getTextValue()
Get the text values in this XML.
|
BString |
BXMLItem.getTextValue()
Get the text values in this XML.
|
Copyright © 2018 WSO2. All rights reserved.