SetXMLNodeName()

语法

SetXMLNodeName(Node, Name$)
概要
Changes the tagname of the given XML node. If the node is not of type #PB_XML_Normal or #PB_XML_Instruction, this function is ignored.

参数

Node The XML node to set the name.
Name$ The new tagname.

返回值

无.

参阅

GetXMLNodeName()

已支持操作系统

所有

<- SetXMLEncoding() - XML Index - SetXMLNodeOffset() ->