Package | Description |
---|---|
org.ballerinalang.model.util | |
org.ballerinalang.model.values |
Modifier and Type | Method and Description |
---|---|
static XMLNodeType |
XMLNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLNodeType[] |
XMLNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XMLNodeType |
BXMLSequence.getNodeType()
Get the type of the XML.
|
abstract XMLNodeType |
BXML.getNodeType()
Get the type of the XML.
|
XMLNodeType |
BXMLItem.getNodeType()
Get the type of the XML.
|
Copyright © 2018 WSO2. All rights reserved.