XmlNamespaceManager.LookupPrefix(Text, var Text) Method
Version: Available or changed with runtime version 1.0.
Finds the prefix declared for the given namespace URI.
Syntax
[Ok := ] XmlNamespaceManager.LookupPrefix(Uri: Text, var Result: Text)
Parameters
XmlNamespaceManager
Type: XmlNamespaceManager
An instance of the XmlNamespaceManager data type.
Uri
Type: Text
The namespace to resolve for the prefix.
Result
Type: Text
The matching prefix. If there is no mapped prefix, the method returns an empty string.
Return Value
[Optional] Ok
Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
XmlNamespaceManager Data Type
Get Started with AL
Developing Extensions