NextXMLAttribute()

语法

Result = NextXMLAttribute(Node)
概要
This function must be called after ExamineXMLAttributes() to move step by step through the attributes of the given XML node.

参数

Node The XML node being examined with ExamineXMLAttributes().

返回值

Zero if there are no more attributes or nonzero if there still is one.

参阅

ExamineXMLAttributes(), XMLAttributeName(), XMLAttributeValue()

已支持操作系统

所有

<- MoveXMLNode() - XML Index - NextXMLNode() ->