Interface IBlockParsingContext
Το όνομα: Aspose.Html.Toolkit.Markdown.Syntax.Parser Συγκέντρωση: Aspose.HTML.dll (25.4.0)
Ορισμός της διεπαφής IBlockParsingContext.
[ComVisible(true)]
public interface IBlockParsingContext
Properties
Instruction
Πάρτε τις οδηγίες.
LineParsingInstruction Instruction { get; }
Αξία ιδιοκτησίας
Reader
Πάρτε τον αναγνώστη.
SourceTextReader Reader { get; }
Αξία ιδιοκτησίας
Source
Πάρτε την πηγή.
SourceText Source { get; }
Αξία ιδιοκτησίας
SyntaxFactory
Πάρτε το SyntaxFactory.
MarkdownSyntaxFactory SyntaxFactory { get; }
Αξία ιδιοκτησίας
Methods
Close(BlockSyntaxDescriptor και BlockClosingReason)
Ορισμός της μεθόδου των κοντινών.
void Close(BlockSyntaxDescriptor head, BlockClosingReason reason)
Parameters
Το BlockSyntaxDescriptor.
reason
BlockClosingReason
Η λογική του BlockClosing.
Close(BlockClosingReason)
Ορισμός της μεθόδου των κοντινών.
void Close(BlockClosingReason reason)
Parameters
reason
BlockClosingReason
Η λογική του BlockClosing.
Delete(BlockSyntaxDescriptor)
Ορισμός της μεθόδου διαγραφής.
void Delete(BlockSyntaxDescriptor head)
Parameters
Το BlockSyntaxDescriptor.
GetBlockSyntaxParsers()
Ορισμός της μεθόδου GetBlockSyntaxParsers.
IEnumerable<markdownblockparser> GetBlockSyntaxParsers()
Returns
IEnumerable < · MarkdownBlockParser >
Το αμέτρητο.
GetInlineSyntaxParsers()
Ορισμός της μεθόδου GetInlineSyntaxParsers.
IEnumerable<markdowninlinesyntaxparser> GetInlineSyntaxParsers()
Returns
IEnumerable < · MarkdownInlineSyntaxParser >
Το αμέτρητο.
GetOpenBlocks()
Ορισμός των GetOpenBlocks.
IEnumerable<blocksyntaxdescriptor> GetOpenBlocks()
Returns
IEnumerable < · BlockSyntaxDescriptor >
Η συλλογή του BlockSyntaxDescriptor.
Peak()
Καθορίζει τη μέθοδο της κορυφής.
BlockSyntaxDescriptor Peak()
Returns
Το BlockSyntaxDescriptor.
Push(BlockSyntaxNode)
Ορισμός της μεθόδου push.
BlockSyntaxDescriptor Push(BlockSyntaxNode block)
Parameters
block
BlockSyntaxNode
Το μπλοκ.
Returns
Το BlockSyntaxDescriptor.