MarkdownSyntaxVisitor class
MarkdownSyntaxVisitor class
The base class for markdown syntax visitor.
The MarkdownSyntaxVisitor type exposes the following members:
Methods
Method | Description |
---|---|
visit | Defines the interface for visit syntax tree. |
visit | Defines the interface for visit node. |
visit_line_break | Defines the interface for visit SoftBreakSyntax. |
visit_line_break | Defines the interface for visit HardBreakSyntax. |
visit_list | Defines the interface for visit UnorderedListSyntax. |
visit_list | Defines the interface for visit OrderedListSyntax. |
visit_link | Defines the interface for visit InlineLinkSyntax. |
visit_link | Defines the interface for visit AutoLinkSyntax. |
visit_block | Defines the interface for visit block. |
visit_empty_line | Defines the interface for visit text line. |
visit_text | Defines the interface for visit text syntax. |
visit_escaped_character | Defines the interface for visit escape character. |
visit_whitespace | Defines the interface for visit Whitespace Syntax. |
visit_syntax_node | Defines the interface for visit node. |
visit_syntax_tree | Defines the interface for visit MarkdownSyntaxTree. |
visit_paragraph | Defines the interface for visit paragraph. |
visit_atx_heading | Defines the interface for visit AtxHeadingSyntax. |
visit_setext_heading | Defines the interface for visit SetextHeadingSyntax. |
visit_thematic_break | Defines the interface for visit ThematicBreakSyntax. |
visit_emphasis | Defines the interface for visit EmphasisSyntax. |
visit_code_span | Defines the interface for visit CodeSpanSyntax. |
visit_character_reference | Defines the interface for visit CharacterReferenceSyntax. |
visit_list_item | Defines the interface for visit ListItemSyntax. |
visit_block_quote | Defines the interface for visit BlockQuoteSyntax. |
visit_indented_code_block | Defines the interface for visit IndentedCodeBlockSyntax. |
visit_fenced_code_block | Defines the interface for visit FencedCodeBlockSyntax. |
visit_table | Defines the interface for visit TableSyntax. |
visit_reference_link | Defines the interface for visit ReferenceLinkSyntax. |
visit_image | Defines the interface for visit InlineImageSyntax. |
visit_reference_image | Defines the interface for visit ReferenceImageSyntax. |
visit_link_reference_definition | Defines the interface for visit LinkReferenceDefinitionSyntax. |
visit_html | Defines the interface for visit HTMLFragmentSyntax. |
visit_node_list | Defines the interface for visit NodeList. |