MarkdownSyntaxTree class
MarkdownSyntaxTree class
Represent the Markdown Syntax Tree.
Inheritance: MarkdownSyntaxTree
→
MarkdownSyntaxNode
The MarkdownSyntaxTree type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Creates the MarkdownSyntaxTree |
init | Created the MarkdownSyntaxTree. |
Properties
Property | Description |
---|---|
parent | Get the parent node. |
first_child | Get the first child. |
last_child | Get the last child. |
previous_sibling | Get the previous sibling. |
next_sibling | Get ghe next sibling. |
syntax_factory | Get the SyntaxFactory. |
Methods
Method | Description |
---|---|
save | Saves the syntax tree to the specified path. |
save | Saves the syntax tree to the specified stream. |
create_node_iterator | Defines the interface for create of the node iterator. |
create_node_iterator | Defines the interface for create of the node iterator. |
create_node_iterator | Defines the interface for create of the node iterator. |
create_tree_walker | Defines the interface for create the tree walker. |
create_tree_walker | Defines the interface for create the tree walker. |
create_tree_walker | Defines the interface for create the tree walker. |
get_syntax_tree | Get the syntax tree. |
child_nodes | Get the child nodes collection. |
get_leading_trivia | Get the leading trivia. |
get_trailing_trivia | Get the Trailing trivia. |
append_child | Append child node. |
remove_child | Remove the child. |
replace_child | Replace the child node. |
insert_before | Insert before node. |
accept | Defines the interface for visiting nodes of the syntax tree. |
write_to | Write to MarkdownTextWriter. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
MarkdownSyntaxNode
- class
MarkdownSyntaxTree