T_Cyjb_Markdown_SyntaxVisitor - CYJB/Cyjb.Markdown GitHub Wiki
Markdown 语法节点的访问器。
System.Object
Cyjb.Markdown.SyntaxVisitor
Cyjb.Markdown.SyntaxWalker
Namespace: Cyjb.Markdown
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public abstract class SyntaxVisitorThe SyntaxVisitor type exposes the following members.
| 名称 | 说明 | |
|---|---|---|
![]() |
SyntaxVisitor | 初始化 SyntaxVisitor 类的新实例。 |
| 名称 | 说明 | |
|---|---|---|
![]() |
DefaultVisit | 提供默认的访问行为。 |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
![]() |
ToString | Returns a string that represents the current object. (继承自 Object。) |
![]() |
Visit | 访问指定的 Markdown 节点。 |
![]() |
VisitBlockquote | 访问指定的引用节点。 |
![]() |
VisitBreak | 访问指定的换行节点。 |
![]() |
VisitCodeBlock | 访问指定的代码块节点。 |
![]() |
VisitCodeSpan | 访问指定的行内代码段节点。 |
![]() |
VisitCustomContainer | 访问指定的自定义容器节点。 |
![]() |
VisitDocument | 访问指定的文档节点。 |
![]() |
VisitEmoji | 访问指定的表情符号节点。 |
![]() |
VisitEmphasis | 访问指定的强调节点。 |
![]() |
VisitFootnote | 访问指定的脚注节点。 |
![]() |
VisitFootnoteRef | 访问指定的脚注引用节点。 |
![]() |
VisitHeading | 访问指定的标题节点。 |
![]() |
VisitHtml | 访问指定的行内 HTML 节点。 |
![]() |
VisitHtmlBlock | 访问指定的 HTML 块节点。 |
![]() |
VisitLink | 访问指定的链接节点。 |
![]() |
VisitLinkDefinition | 访问指定的链接定义节点。 |
![]() |
VisitList | 访问指定的列表节点。 |
![]() |
VisitListItem | 访问指定的列表项节点。 |
![]() |
VisitLiteral | 访问指定的文本节点。 |
![]() |
VisitMathBlock | 访问指定的数学公式块节点。 |
![]() |
VisitMathSpan | 访问指定的行内数学公式节点。 |
![]() |
VisitParagraph | 访问指定的段落节点。 |
![]() |
VisitStrikethrough | 访问指定的删除节点。 |
![]() |
VisitStrong | 访问指定的加粗节点。 |
![]() |
VisitTable | 访问指定的表格。 |
![]() |
VisitTableCell | 访问指定的表格单元格。 |
![]() |
VisitTableRow | 访问指定的表格行。 |
![]() |
VisitThematicBreak | 访问指定的分割线节点。 |

