Interface IRtfParserListener
This interface defines a complete listener for a parse tree produced by RtfParser.
Inherited Members
Namespace: Dangl.TextConverter.Rtf
Assembly: Dangl.TextConverter.dll
Syntax
[CLSCompliant(false)]
public interface IRtfParserListener : IParseTreeListener
Methods
| Improve this Doc View SourceEnterCompileUnit(RtfParser.CompileUnitContext)
Enter a parse tree produced by compileUnit().
Declaration
void EnterCompileUnit([NotNull] RtfParser.CompileUnitContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.CompileUnitContext | context | The parse tree. |
EnterFoundPlainText(RtfParser.FoundPlainTextContext)
Enter a parse tree produced by the FoundPlainText
labeled alternative in textDocument().
Declaration
void EnterFoundPlainText([NotNull] RtfParser.FoundPlainTextContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundPlainTextContext | context | The parse tree. |
EnterFoundRtf(RtfParser.FoundRtfContext)
Enter a parse tree produced by the FoundRtf
labeled alternative in textDocument().
Declaration
void EnterFoundRtf([NotNull] RtfParser.FoundRtfContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundRtfContext | context | The parse tree. |
EnterFoundRtfGroup(RtfParser.FoundRtfGroupContext)
Enter a parse tree produced by the FoundRtfGroup
labeled alternative in rtfComponent().
Declaration
void EnterFoundRtfGroup([NotNull] RtfParser.FoundRtfGroupContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundRtfGroupContext | context | The parse tree. |
EnterFoundRtfText(RtfParser.FoundRtfTextContext)
Enter a parse tree produced by the FoundRtfText
labeled alternative in rtfComponent().
Declaration
void EnterFoundRtfText([NotNull] RtfParser.FoundRtfTextContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundRtfTextContext | context | The parse tree. |
EnterPlainTextDocument(RtfParser.PlainTextDocumentContext)
Enter a parse tree produced by plainTextDocument().
Declaration
void EnterPlainTextDocument([NotNull] RtfParser.PlainTextDocumentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.PlainTextDocumentContext | context | The parse tree. |
EnterRtfComponent(RtfParser.RtfComponentContext)
Enter a parse tree produced by rtfComponent().
Declaration
void EnterRtfComponent([NotNull] RtfParser.RtfComponentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfComponentContext | context | The parse tree. |
EnterRtfGroup(RtfParser.RtfGroupContext)
Enter a parse tree produced by rtfGroup().
Declaration
void EnterRtfGroup([NotNull] RtfParser.RtfGroupContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfGroupContext | context | The parse tree. |
EnterRtfText(RtfParser.RtfTextContext)
Enter a parse tree produced by rtfText().
Declaration
void EnterRtfText([NotNull] RtfParser.RtfTextContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfTextContext | context | The parse tree. |
EnterRtfTextComponent(RtfParser.RtfTextComponentContext)
Enter a parse tree produced by rtfTextComponent().
Declaration
void EnterRtfTextComponent([NotNull] RtfParser.RtfTextComponentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfTextComponentContext | context | The parse tree. |
EnterTextDocument(RtfParser.TextDocumentContext)
Enter a parse tree produced by textDocument().
Declaration
void EnterTextDocument([NotNull] RtfParser.TextDocumentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.TextDocumentContext | context | The parse tree. |
ExitCompileUnit(RtfParser.CompileUnitContext)
Exit a parse tree produced by compileUnit().
Declaration
void ExitCompileUnit([NotNull] RtfParser.CompileUnitContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.CompileUnitContext | context | The parse tree. |
ExitFoundPlainText(RtfParser.FoundPlainTextContext)
Exit a parse tree produced by the FoundPlainText
labeled alternative in textDocument().
Declaration
void ExitFoundPlainText([NotNull] RtfParser.FoundPlainTextContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundPlainTextContext | context | The parse tree. |
ExitFoundRtf(RtfParser.FoundRtfContext)
Exit a parse tree produced by the FoundRtf
labeled alternative in textDocument().
Declaration
void ExitFoundRtf([NotNull] RtfParser.FoundRtfContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundRtfContext | context | The parse tree. |
ExitFoundRtfGroup(RtfParser.FoundRtfGroupContext)
Exit a parse tree produced by the FoundRtfGroup
labeled alternative in rtfComponent().
Declaration
void ExitFoundRtfGroup([NotNull] RtfParser.FoundRtfGroupContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundRtfGroupContext | context | The parse tree. |
ExitFoundRtfText(RtfParser.FoundRtfTextContext)
Exit a parse tree produced by the FoundRtfText
labeled alternative in rtfComponent().
Declaration
void ExitFoundRtfText([NotNull] RtfParser.FoundRtfTextContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.FoundRtfTextContext | context | The parse tree. |
ExitPlainTextDocument(RtfParser.PlainTextDocumentContext)
Exit a parse tree produced by plainTextDocument().
Declaration
void ExitPlainTextDocument([NotNull] RtfParser.PlainTextDocumentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.PlainTextDocumentContext | context | The parse tree. |
ExitRtfComponent(RtfParser.RtfComponentContext)
Exit a parse tree produced by rtfComponent().
Declaration
void ExitRtfComponent([NotNull] RtfParser.RtfComponentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfComponentContext | context | The parse tree. |
ExitRtfGroup(RtfParser.RtfGroupContext)
Exit a parse tree produced by rtfGroup().
Declaration
void ExitRtfGroup([NotNull] RtfParser.RtfGroupContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfGroupContext | context | The parse tree. |
ExitRtfText(RtfParser.RtfTextContext)
Exit a parse tree produced by rtfText().
Declaration
void ExitRtfText([NotNull] RtfParser.RtfTextContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfTextContext | context | The parse tree. |
ExitRtfTextComponent(RtfParser.RtfTextComponentContext)
Exit a parse tree produced by rtfTextComponent().
Declaration
void ExitRtfTextComponent([NotNull] RtfParser.RtfTextComponentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.RtfTextComponentContext | context | The parse tree. |
ExitTextDocument(RtfParser.TextDocumentContext)
Exit a parse tree produced by textDocument().
Declaration
void ExitTextDocument([NotNull] RtfParser.TextDocumentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RtfParser.TextDocumentContext | context | The parse tree. |