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