Show / Hide Table of Contents

    Interface IRtfParserListener

    This interface defines a complete listener for a parse tree produced by RtfParser.

    Inherited Members
    Antlr4.Runtime.Tree.IParseTreeListener.VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
    Antlr4.Runtime.Tree.IParseTreeListener.VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
    Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
    Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
    Namespace: Dangl.TextConverter.Rtf
    Assembly: Dangl.TextConverter.dll
    Syntax
    [CLSCompliant(false)]
    public interface IRtfParserListener : IParseTreeListener

    Methods

    | Improve this Doc View Source

    EnterCompileUnit(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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH