MarkdownSyntaxVisitor.VisitList
VisitList(UnorderedListSyntaxNode)
Defines the interface for visit UnorderedListSyntax.
public void VisitList(UnorderedListSyntaxNode list)
Parameter | Type | Description |
---|---|---|
list | UnorderedListSyntaxNode | The UnorderedListSyntax. |
See Also
- class UnorderedListSyntaxNode
- class MarkdownSyntaxVisitor
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML
VisitList(OrderedListSyntaxNode)
Defines the interface for visit OrderedListSyntax.
public void VisitList(OrderedListSyntaxNode list)
Parameter | Type | Description |
---|---|---|
list | OrderedListSyntaxNode | The OrderedListSyntax. |
See Also
- class OrderedListSyntaxNode
- class MarkdownSyntaxVisitor
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML