Discuss this help topic in SecureBlackbox Forum

TElXMLNodeSet.Node

TElXMLNodeSet     See also     


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


Adds a node to the set.

Declaration

[C#]
    TElXMLDOMNode Node[int Index];

[VB.NET]
    Property Node(ByVal Index As Integer) As TElXMLDOMNode

[Pascal]
    property Node[Index: integer] : TElXMLDOMNode;

[C++]
    TElXMLDOMNode* get_Node(int32_t Index);

[PHP]
    TElXMLDOMNode get_Node(integer $Index)

[Java]
    TElXMLDOMNode getNode(int Index);

Parameters

  • Index - index of the node in the list

Description

    Use this property to access the nodes from the set.

See also:     Count     OwnNodes     Add     Insert     Delete     Clear    

Discuss this help topic in SecureBlackbox Forum