next_sibling property
next_sibling property
Return the next sibling of the added or removed nodes, or null.
Definition:
@property
def next_sibling(self):
...
@next_sibling.setter
def next_sibling(self, value):
...
See Also
- module
aspose.svg.dom.mutations
- class
MutationRecord
- class
Node