TableRowSyntaxNode Class
Contents
[
Hide
]TableRowSyntaxNode class
The table row syntax node.
public class TableRowSyntaxNode : LeafBlockSyntaxNode
Properties
Name | Description |
---|---|
getFirstChild Get the first child. | |
getLastChild Get the last child. | |
getNextSibling Get ghe next sibling. | |
getParent Get the parent node. | |
getPreviousSibling Get the previous sibling. |
Methods
Name | Description |
---|---|
accept(MarkdownSyntaxVisitor) | Defines the interface for accept visitor. |
appendCell(TableCellSyntaxNode) | Defines the interface for append of the cell. |
appendChild(MarkdownSyntaxNode) | Append child node. |
appendDelimiter(TableDelimiterSyntaxNode) | Defines the interface for append delimiter. |
childNodes() | Get the child nodes collection. |
getCells() | Defines the interface for get cells. |
getLeadingTrivia() | Get the leading trivia. |
getSyntaxTree() | Get the syntax tree. |
getTrailingTrivia() | Get the Trailing trivia. |
insertBefore(MarkdownSyntaxNode, MarkdownSyntaxNode) | Insert before node. |
removeChild(MarkdownSyntaxNode) | Remove the child. |
replaceChild(MarkdownSyntaxNode, MarkdownSyntaxNode) | Replace the child node. |
toString() | Override ToString method. |
writeTo(MarkdownTextWriter) | Write to MarkdownTextWriter. |
writeTo(TextWriter) | Write nodes to text writer. |
See Also
- class LeafBlockSyntaxNode
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML