XmlElement.GetChildElements(Text, Text) Method
Version: Available or changed with runtime version 1.0.
Gets a list containing the child elements for this element, in document order.
Syntax
ChildElements := XmlElement.GetChildElements(LocalName: Text, NamespaceUri: Text)
Parameters
XmlElement
Type: XmlElement
An instance of the XmlElement data type.
LocalName
Type: Text
The local name of the elements to retrieve.
NamespaceUri
Type: Text
The namespace URI of the elements to retrieve.
Return Value
ChildElements
Type: XmlNodeList
A list containing the child elements for this element, in document order.
Related information
XmlElement Data Type
Get Started with AL
Developing Extensions