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
Reader
Get the Reader.
SourceTextReader Reader { get; }
Property Value
Source
Get the Source.
SourceText Source { get; }
Property Value
SyntaxFactory
Get the SyntaxFactory.
MarkdownSyntaxFactory SyntaxFactory { get; }
Property Value
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.