Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.NextSibling

TElXMLDOMNode     See also     


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


This property references the node immediately following this node.

Declaration

[C#]
    TElXMLDOMNode NextSibling;

[VB.NET]
    Property NextSibling As TElXMLDOMNode

[Pascal]
    property NextSibling : TElXMLDOMNode;

[C++]
    TElXMLDOMNode* get_NextSibling();

[PHP]
    TElXMLDOMNode get_NextSibling()

[Java]
    TElXMLDOMNode getNextSibling();

Description

    Use this property to go to the node, following this node.

See also:     ParentNode     PreviousSibling    

Discuss this help topic in SecureBlackbox Forum