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