ExamineXMLAttributes()

Syntax

Result = ExamineXMLAttributes(Node)
Description
Starts to examine the attributes of the given XML node.

Parameters

Node The XML node to examine.

Return value

Nonzero if the node is of type #PB_XML_Normal and zero else (as such nodes cannot have attributes).

See Also

NextXMLAttribute(), XMLAttributeName(), XMLAttributeValue()

Supported OS

All

<- DeleteXMLNode() - XML Index - ExportXML() ->