IInlineParsingContext Interface

IInlineParsingContext interface

Defines the IInlineParsingContext interface.

public interface IInlineParsingContext

Properties

NameDescription
getOwner Get the Owner.
getReader Get the Reader.
getSource Get the Source.
getSyntaxFactory Get the SyntaxFactory.

Methods

NameDescription
push(DelimiterRun)Defines the Push method.
push(InlineSyntaxNode)Defines the Push method.

See Also