GetXMLNodeName()

语法

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

参数

Node The XML node to get the name.

返回值

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.

参阅

SetXMLNodeName()

已支持操作系统

所有

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