Discuss this help topic in SecureBlackbox Forum

TElXMLNodeSet.Clear

TElXMLNodeSet     See also     


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


Clears a node from the set.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Parameters

  • ANode - node to be deleted

Description

    Use this method to delete an XML node from the set.

See also:     Clear     Add     Insert     Node    

Discuss this help topic in SecureBlackbox Forum