ExamineXMLAttributes()
语法
Result = ExamineXMLAttributes(Node)概要
Starts to examine the attributes of the given XML node.
参数
Node The XML node to examine.
返回值
Nonzero if the node is of type #PB_XML_Normal and zero else (as such nodes cannot have attributes).
参阅
NextXMLAttribute(), XMLAttributeName(), XMLAttributeValue()
已支持操作系统
所有