next_sibling property
next_sibling property
The node immediately following this node. If there is no such node, this returns null.
Definition:
@property
def next_sibling(self):
...
See Also
- module
aspose.html.dom
- class
Element
- class
Node
The node immediately following this node. If there is no such node, this returns null.
@property
def next_sibling(self):
...
aspose.html.dom
Element
Node