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