Discuss this help topic in SecureBlackbox Forum

TElXMLNodeSet.constructor

TElXMLNodeSet     See also     


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


Creates an instance of the TElXMLNodeSet class.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    constructor Create(AOwnNodes: boolean);
    constructor Create(NodeList: TElXMLDOMNodeList);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • AOwnNodes - Specifies whether the node set contains any nodes
  • NodeList - Node list from which the node set will be created

Description

    Use this method to create a new XML node set.

See also:     OwnNodes    

Discuss this help topic in SecureBlackbox Forum