nextSibling property

Retrieves a reference to the next child of the parent for the object.

Syntax

HRESULT value = object.get_nextSibling(IHTMLDOMNode** p);

Property values

Type: Object

the next sibling.

Standards information

Remarks

Starting in Microsoft Internet Explorer 6, this property applies to the attribute object.

See also

Reference

IHTMLDOMAttribute2::lastChild

Conceptual

About the W3C Document Object Model