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.svg
- class Node
- class SVGStyleElement
The node immediately following this node. If there is no such node, this returns null.
@property
def next_sibling(self):
    ...
aspose.svgNodeSVGStyleElement