next_element_sibling property
next_element_sibling property
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.
Definition:
@property
def next_element_sibling(self):
...
See Also
- module
aspose.html
- class
Element
- class
HTMLParamElement