Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.HasAttributes

TElXMLDOMNode     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies, whether the node has attributes.

Declaration

[C#]
    bool HasAttributes();

[VB.NET]
    Function HasAttributes() As Boolean

[Pascal]
    function HasAttributes : boolean; virtual;

[C++]
    bool HasAttributes();

[PHP]
    bool HasAttributes()

[Java]
    boolean hasAttributes();

Description

    Use this function to find out, if the node has attributes. For most types of nodes the return value is always false. Only XML DOM elements (and descendants) can have attributes.

See also:     Attributes    

Discuss this help topic in SecureBlackbox Forum