XmlNode.GetUserData (gb.xml)
Function GetUserData ( Key As String ) As Variant
Retrieves the object associated to a key on a this node. The object must first have been set to this node by calling
SetUserData with the same key.
If no data was associated with the given key, this method returns
NULL.