standard.lib.xml.xmlTextReaderNodeType

xmlTextReaderNodeType is available since version 1.0.

Prototype:

number xmlTextReaderNodeType(number reader)

Parameters

reader
the xmlTextReaderPtr used as returned by xmlReaderForMemory or xmlReaderForFile

Description:

Get the node type of the current node.

Reference: http://dotgnu.org/pnetlib-doc/System/Xml/XmlNodeType.html

Return value:

Returns the node type.