Class | Description |
---|---|
AppendChildren |
Append children to an XML if its an element type XML.
|
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.
|
RemoveChildren |
Remove any children that matches a given name, 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 © 2019 WSO2. All rights reserved.