standard.lib.xml.xmlTextReaderConstName

xmlTextReaderConstName is available since version 1.0.

Prototype:

string xmlTextReaderConstName(number reader)

Parameters

reader
the xmlTextReaderPtr used as returned by xmlReaderForMemory or xmlReaderForFile

Description:

The qualified name of the node, equal to Prefix :LocalName.

Return value:

Returns the local name or an empty string if not available.