Show / Hide Table of Contents

Interface IHTMLParserListener

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

Namespace: GCore.Antlr.Grammers.Html
Assembly: Html.dll
Syntax
public interface IHTMLParserListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterHtmlAttribute(HTMLParser.HtmlAttributeContext)

Enter a parse tree produced by htmlAttribute().

Declaration
void EnterHtmlAttribute(HTMLParser.HtmlAttributeContext context)
Parameters
Type Name Description
HTMLParser.HtmlAttributeContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlChardata(HTMLParser.HtmlChardataContext)

Enter a parse tree produced by htmlChardata().

Declaration
void EnterHtmlChardata(HTMLParser.HtmlChardataContext context)
Parameters
Type Name Description
HTMLParser.HtmlChardataContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlComment(HTMLParser.HtmlCommentContext)

Enter a parse tree produced by htmlComment().

Declaration
void EnterHtmlComment(HTMLParser.HtmlCommentContext context)
Parameters
Type Name Description
HTMLParser.HtmlCommentContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlContent(HTMLParser.HtmlContentContext)

Enter a parse tree produced by htmlContent().

Declaration
void EnterHtmlContent(HTMLParser.HtmlContentContext context)
Parameters
Type Name Description
HTMLParser.HtmlContentContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlDocument(HTMLParser.HtmlDocumentContext)

Enter a parse tree produced by htmlDocument().

Declaration
void EnterHtmlDocument(HTMLParser.HtmlDocumentContext context)
Parameters
Type Name Description
HTMLParser.HtmlDocumentContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlElement(HTMLParser.HtmlElementContext)

Enter a parse tree produced by htmlElement().

Declaration
void EnterHtmlElement(HTMLParser.HtmlElementContext context)
Parameters
Type Name Description
HTMLParser.HtmlElementContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlElements(HTMLParser.HtmlElementsContext)

Enter a parse tree produced by htmlElements().

Declaration
void EnterHtmlElements(HTMLParser.HtmlElementsContext context)
Parameters
Type Name Description
HTMLParser.HtmlElementsContext context

The parse tree.

| Improve this Doc View Source

EnterHtmlMisc(HTMLParser.HtmlMiscContext)

Enter a parse tree produced by htmlMisc().

Declaration
void EnterHtmlMisc(HTMLParser.HtmlMiscContext context)
Parameters
Type Name Description
HTMLParser.HtmlMiscContext context

The parse tree.

| Improve this Doc View Source

EnterScript(HTMLParser.ScriptContext)

Enter a parse tree produced by script().

Declaration
void EnterScript(HTMLParser.ScriptContext context)
Parameters
Type Name Description
HTMLParser.ScriptContext context

The parse tree.

| Improve this Doc View Source

EnterScriptletOrSeaWs(HTMLParser.ScriptletOrSeaWsContext)

Enter a parse tree produced by scriptletOrSeaWs().

Declaration
void EnterScriptletOrSeaWs(HTMLParser.ScriptletOrSeaWsContext context)
Parameters
Type Name Description
HTMLParser.ScriptletOrSeaWsContext context

The parse tree.

| Improve this Doc View Source

EnterStyle(HTMLParser.StyleContext)

Enter a parse tree produced by style().

Declaration
void EnterStyle(HTMLParser.StyleContext context)
Parameters
Type Name Description
HTMLParser.StyleContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlAttribute(HTMLParser.HtmlAttributeContext)

Exit a parse tree produced by htmlAttribute().

Declaration
void ExitHtmlAttribute(HTMLParser.HtmlAttributeContext context)
Parameters
Type Name Description
HTMLParser.HtmlAttributeContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlChardata(HTMLParser.HtmlChardataContext)

Exit a parse tree produced by htmlChardata().

Declaration
void ExitHtmlChardata(HTMLParser.HtmlChardataContext context)
Parameters
Type Name Description
HTMLParser.HtmlChardataContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlComment(HTMLParser.HtmlCommentContext)

Exit a parse tree produced by htmlComment().

Declaration
void ExitHtmlComment(HTMLParser.HtmlCommentContext context)
Parameters
Type Name Description
HTMLParser.HtmlCommentContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlContent(HTMLParser.HtmlContentContext)

Exit a parse tree produced by htmlContent().

Declaration
void ExitHtmlContent(HTMLParser.HtmlContentContext context)
Parameters
Type Name Description
HTMLParser.HtmlContentContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlDocument(HTMLParser.HtmlDocumentContext)

Exit a parse tree produced by htmlDocument().

Declaration
void ExitHtmlDocument(HTMLParser.HtmlDocumentContext context)
Parameters
Type Name Description
HTMLParser.HtmlDocumentContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlElement(HTMLParser.HtmlElementContext)

Exit a parse tree produced by htmlElement().

Declaration
void ExitHtmlElement(HTMLParser.HtmlElementContext context)
Parameters
Type Name Description
HTMLParser.HtmlElementContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlElements(HTMLParser.HtmlElementsContext)

Exit a parse tree produced by htmlElements().

Declaration
void ExitHtmlElements(HTMLParser.HtmlElementsContext context)
Parameters
Type Name Description
HTMLParser.HtmlElementsContext context

The parse tree.

| Improve this Doc View Source

ExitHtmlMisc(HTMLParser.HtmlMiscContext)

Exit a parse tree produced by htmlMisc().

Declaration
void ExitHtmlMisc(HTMLParser.HtmlMiscContext context)
Parameters
Type Name Description
HTMLParser.HtmlMiscContext context

The parse tree.

| Improve this Doc View Source

ExitScript(HTMLParser.ScriptContext)

Exit a parse tree produced by script().

Declaration
void ExitScript(HTMLParser.ScriptContext context)
Parameters
Type Name Description
HTMLParser.ScriptContext context

The parse tree.

| Improve this Doc View Source

ExitScriptletOrSeaWs(HTMLParser.ScriptletOrSeaWsContext)

Exit a parse tree produced by scriptletOrSeaWs().

Declaration
void ExitScriptletOrSeaWs(HTMLParser.ScriptletOrSeaWsContext context)
Parameters
Type Name Description
HTMLParser.ScriptletOrSeaWsContext context

The parse tree.

| Improve this Doc View Source

ExitStyle(HTMLParser.StyleContext)

Exit a parse tree produced by style().

Declaration
void ExitStyle(HTMLParser.StyleContext context)
Parameters
Type Name Description
HTMLParser.StyleContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX