XmlDocument.GetChildElements() Method
Version: Available or changed with runtime version 1.0.
Gets a list containing the child elements for this document, in document order.
ChildElements := XmlDocument.GetChildElements()
XmlDocument
Type: XmlDocument
An instance of the XmlDocument data type.
ChildElements
Type: XmlNodeList
A list containing the child elements for this document, in document order.
XmlDocument Data Type
Get Started with AL
Developing Extensions