GetRootNode

This method returns a reference to the first XML node in the XML document.
Syntax
METHOD GetRootNode : SXmlNode
Return value
Name | Type |
---|---|
GetRootNode | SXmlNode |
Sample call:
xmlRootNode := fbXml.GetRootNode();
This method returns a reference to the first XML node in the XML document.
METHOD GetRootNode : SXmlNode
Name | Type |
---|---|
GetRootNode | SXmlNode |
Sample call:
xmlRootNode := fbXml.GetRootNode();