Discuss this help topic in SecureBlackbox Forum

TElXMLNodeSet.Add

TElXMLNodeSet     See also     


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


Adds a node to the set.

Declaration

[C#]
    int Add(TElXMLDOMNode ANode);

[VB.NET]
    Function Add(ByVal ANode As TElXMLDOMNode) As Integer

[Pascal]
    function Add(ANode: TElXMLDOMNode): integer;

[C++]
    int32_t Add(TElXMLDOMNode &ANode);
    int32_t Add(TElXMLDOMNode *ANode);

[PHP]
    integer Add(TElXMLDOMNode $ANode)

[Java]
    int add(TElXMLDOMNode ANode);

Parameters

  • ANode - node to be added

Return value

    Number of the added node in the list.

Description

    Use this method to add an XML node to the set.

See also:     Insert     Delete     Clear     Node    

Discuss this help topic in SecureBlackbox Forum