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