IElementTraversal Interface |
Namespace: Aspose.Html.Dom.Traversal
The IElementTraversal type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChildElementCount |
Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1.
|
![]() | FirstElementChild |
Returns the first child element node of this element. null if this element has no child elements.
|
![]() | LastElementChild |
Returns the last child element node of this element. null if this element has no child elements.
|
![]() | 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.
|
![]() | 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.
|