Link Search Menu Expand Document

XmlNode.HasAttributes Method

Explanation Check for the presence of the Attr node.
Call format var ret = node.HasAttributes( )
Return value $TRUE if the node has an Attr node , $FALSE if it doesn't
Arguments None
Exception None
Example of use
    if (node.HasAttributes()) {
        return;
    }
    
Related item Attributes property