accept method
accept
Defines the interface for accept visitor.
def accept(self, visitor):
...
Parameter | Type | Description |
---|---|---|
visitor | MarkdownSyntaxVisitor | The visitor. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
ListSyntaxNode
Defines the interface for accept visitor.
def accept(self, visitor):
...
Parameter | Type | Description |
---|---|---|
visitor | MarkdownSyntaxVisitor | The visitor. |
aspose.html.toolkit.markdown.syntax
ListSyntaxNode