| Class | Description |
|---|---|
| Copy |
Make a deep copy of an XML.
|
| Elements |
Get all the elements-type items of a xml.
|
| GetElementName |
Get the fully qualified name of the element as a string.
|
| GetItemType |
Get the type of a XML as a string.
|
| GetTextValue |
Get the text value of a XML.
|
| IsEmpty |
Check whether the XML sequence is empty.
|
| IsSingleton |
Check whether the XML sequence contains only a single element.
|
| RemoveAttribute |
Remove an attribute from an XML.
|
| Select |
Get all the elements-type items in the given sequence, that matches a given qualified name.
|
| SelectDescendants |
Searches in children recursively for elements matching the name and returns a sequence containing them all.
|
| SetAttributes |
Sets the attributes the provided attributes map.
|
| SetChildren |
Set the children of an XML if its a singleton.
|
| Slice |
Slice and return a subsequence of the an XML sequence.
|
| Strip |
Strips any text items from an XML sequence that are all whitespace.
|
| ToJSON |
Converts a XML to the corresponding JSON representation.
|
Copyright © 2018 WSO2. All rights reserved.