IInlineParsingContext.Push
Push(InlineSyntaxNode)
Defines the Push method.
public void Push(InlineSyntaxNode syntax)
| Parameter | Type | Description |
|---|---|---|
| syntax | InlineSyntaxNode | The syntax. |
See Also
- class InlineSyntaxNode
- interface IInlineParsingContext
- package com.aspose.html.toolkit.markdown.syntax.parser
- package Aspose.HTML
Push(DelimiterRun)
Defines the Push method.
public void Push(DelimiterRun delimiter)
| Parameter | Type | Description |
|---|---|---|
| delimiter | DelimiterRun | The delimiter. |
See Also
- class DelimiterRun
- interface IInlineParsingContext
- package com.aspose.html.toolkit.markdown.syntax.parser
- package Aspose.HTML