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