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