next_sibling method
next_sibling
Defines the interface for get next sibling node.
Returns
The MarkdownSyntaxNode.
def next_sibling(self):
...
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
TreeWalker
Defines the interface for get next sibling node.
The MarkdownSyntaxNode.
def next_sibling(self):
...
aspose.html.toolkit.markdown.syntax
TreeWalker