nextSibling property
[This documentation is preliminary and is subject to change.]
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
- Document Object Model (DOM) Level 1 Specification, Section 1.2
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
Build date: 6/12/2012
Community Additions
Show: