IParentNode Interface |
Namespace: Aspose.Html.Dom
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.) |
Name | Description | |
---|---|---|
![]() | QuerySelector | Returns the first element that is a descendant of node that matches selectors. |
![]() | QuerySelectorAll | Returns all element descendants of node that match selectors. |