Interface IInlineParsingContext

Interface IInlineParsingContext

Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Parser
Assembly: Aspose.HTML.dll (25.2.0)

Defines the IInlineParsingContext interface.

[ComVisible(true)]
public interface IInlineParsingContext

Properties

Owner

Get the Owner.

MarkdownSyntaxNode Owner { get; }

Property Value

MarkdownSyntaxNode

Reader

Get the Reader.

SourceTextReader Reader { get; }

Property Value

SourceTextReader

Source

Get the Source.

SourceText Source { get; }

Property Value

SourceText

SyntaxFactory

Get the SyntaxFactory.

MarkdownSyntaxFactory SyntaxFactory { get; }

Property Value

MarkdownSyntaxFactory

Methods

Push(InlineSyntaxNode)

Defines the Push method.

void Push(InlineSyntaxNode syntax)

Parameters

syntax InlineSyntaxNode

The syntax.

Push(DelimiterRun)

Defines the Push method.

void Push(DelimiterRun delimiter)

Parameters

delimiter DelimiterRun

The delimiter.