Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Version: Available or changed with runtime version 1.0.
Gets a list containing the child elements for this document, in document order.
Syntax
ChildElements := XmlDocument.GetChildElements(LocalName: Text, NamespaceUri: Text)
Parameters
XmlDocument
Type: XmlDocument
An instance of the XmlDocument 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 document, in document order.
Related information
XmlDocument Data Type
Get Started with AL
Developing Extensions