xmlitem.gettext
Gets a text of the current item in the XML tree. This method is applied either to a text item or a tag item, in the latter case, the text is obtained from the child text item.
method str xmlitem.gettext (
str result
)
str result
)
Parameters
result | Result string. |
Return value
Returns the string that contains the text of the item. If no text has been found, it returns an empty string.
Related links | Source |