IParentNode Properties |
The IParentNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChildElementCount |
The childElementCount attribute must return the number of children of the context object that are elements.
|
![]() | Children |
Returns the child elements.
|
![]() | FirstElementChild |
Returns the first child that is an element, and null otherwise.
|
![]() | LastElementChild |
Returns the last child that is an element, and null otherwise.
|
![]() | NextElementSibling |
Returns the next sibling element node of this element. null if this element has no element sibling nodes that come after this one in the document tree.
(Inherited from IElementTraversal.) |
![]() | PreviousElementSibling |
Returns the previous sibling element node of this element. null if this element has no element sibling nodes that come before this one in the document tree.
(Inherited from IElementTraversal.) |