GetXMLNodeName()

Syntax

Result$ = GetXMLNodeName(Node)
Description
Returns the tagname of the given XML node.

Parameters

Node The XML node to get the name.

Return value

The tagname of the given XML node. If the node is not of type #PB_XML_Normal or #PB_XML_Instruction, an empty string is returned.

See Also

SetXMLNodeName()

Supported OS

All

<- GetXMLEncoding() - XML Index - GetXMLNodeOffset() ->