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(Створення BlockClosingReason)
Визначте найближчий метод.
void Close(BlockSyntaxDescriptor head, BlockClosingReason reason)
Parameters
Створення BlockSyntaxDescriptor.
reason
BlockClosingReason
Закриття блокчейн.
Close(BlockClosingReason)
Визначте найближчий метод.
void Close(BlockClosingReason reason)
Parameters
reason
BlockClosingReason
Закриття блокчейн.
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)
Визначте метод пуску.
BlockSyntaxDescriptor Push(BlockSyntaxNode block)
Parameters
block
BlockSyntaxNode
Про блок .
Returns
Створення BlockSyntaxDescriptor.