XmlDocument.NameTable() Method
Version: Available or changed with runtime version 1.0.
Gets the XmlNameTable associated with this document.
Syntax
NameTable := XmlDocument.NameTable()
Note
This method can be invoked using property access syntax.
Parameters
XmlDocument
Type: XmlDocument
An instance of the XmlDocument data type.
Return Value
NameTable
Type: XmlNameTable
The XmlNameTable associated with this document.
Related information
XmlDocument Data Type
Get Started with AL
Developing Extensions