The IDLffXMLDOMNode::GetNextSibling function method creates an instance of one of the IDLffXMLDOMNode subclasses and returns an object reference to that object, which refers to the next sibling of the calling node in the DOM tree. The type of the object corresponds to the type of the next sibling node.

Syntax


Result = Obj->[IDLffXMLDOMNode::]GetNextSibling()

Return Value


Returns an object reference to the new IDLffXMLDOMNode subclass object if there is a next sibling in the DOM tree. If there is no sibling, a null object reference is returned.

Arguments


None

Keywords


None

Version History


6.1

Introduced