Link to this page
Print this page
Parent topic
:
xml.DomNode methods
The DomNode class
/
xml.DomNode methods
xml.DomNode.hasAttributes
Identifies whether a node has XML Attribute nodes.
Syntax
hasAttributes
() RETURNING
flag
INTEGER
flag
acts as a boolean.
Usage
Returns TRUE if this node has XML Attribute nodes; otherwise returns FALSE.