Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.Attributes

TElXMLDOMNode     See also     


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


This property specifies the attributes of the node.

Declaration

[C#]
    TElXMLDOMNamedNodeMap Attributes;

[VB.NET]
    Property Attributes As TElXMLDOMNamedNodeMap

[Pascal]
    property Attributes : TElXMLDOMNamedNodeMap;

[C++]
    TElXMLDOMNamedNodeMap* get_Attributes();

[PHP]
    TElXMLDOMNamedNodeMap get_Attributes()

[Java]
    TElXMLDOMNamedNodeMap getAttributes();

Description

    Use this property to set the attributes of the XML DOM node. The property is applicable to nodes which can return attributes (Element, Entity, and Notation nodes).

See also:     NodeType    

Discuss this help topic in SecureBlackbox Forum