Interface IBlockParsingContext
Pôvodný názov: Aspose.Html.Toolkit.Markdown.Syntax.Parser Zhromaždenie: Aspose.HTML.dll (25.4.0)
Definuje rozhranie IBlockParsingContext.
[ComVisible(true)]
public interface IBlockParsingContext
Properties
Instruction
Získajte pokyny
LineParsingInstruction Instruction { get; }
Hodnota nehnuteľnosti
Reader
Vezmite si čitateľa
SourceTextReader Reader { get; }
Hodnota nehnuteľnosti
Source
Získajte zdroj
SourceText Source { get; }
Hodnota nehnuteľnosti
SyntaxFactory
Získajte SyntaxFactory.
MarkdownSyntaxFactory SyntaxFactory { get; }
Hodnota nehnuteľnosti
Methods
Close(BlockSyntaxDescriptor, BlockClosingReason)
Definuje blízku metódu.
void Close(BlockSyntaxDescriptor head, BlockClosingReason reason)
Parameters
Prečítajte si tiež: BlockSyntaxDescriptor.
reason
BlockClosingReason
Rozhodnutie o blokovaní.
Close(BlockClosingReason)
Definuje blízku metódu.
void Close(BlockClosingReason reason)
Parameters
reason
BlockClosingReason
Rozhodnutie o blokovaní.
Delete(BlockSyntaxDescriptor)
Definuje metódu odstránenia.
void Delete(BlockSyntaxDescriptor head)
Parameters
Prečítajte si tiež: BlockSyntaxDescriptor.
GetBlockSyntaxParsers()
Definuje metódu GetBlockSyntaxParsers.
IEnumerable<markdownblockparser> GetBlockSyntaxParsers()
Returns
IEnumerable < MarkdownBlockParser >
To je nepočítateľné.
GetInlineSyntaxParsers()
Definuje metódu GetInlineSyntaxParsers.
IEnumerable<markdowninlinesyntaxparser> GetInlineSyntaxParsers()
Returns
IEnumerable < MarkdownInlineSyntaxParser >
To je nepočítateľné.
GetOpenBlocks()
Definuje GetOpenBlocks.
IEnumerable<blocksyntaxdescriptor> GetOpenBlocks()
Returns
IEnumerable < BlockSyntaxDescriptor >
Zbierka BlockSyntaxDescriptor.
Peak()
Definuje metódu Peak.
BlockSyntaxDescriptor Peak()
Returns
Prečítajte si tiež: BlockSyntaxDescriptor.
Push(BlockSyntaxNode)
Definuje metódu Push.
BlockSyntaxDescriptor Push(BlockSyntaxNode block)
Parameters
block
BlockSyntaxNode
v bloku .
Returns
Prečítajte si tiež: BlockSyntaxDescriptor.