Show / Hide Table of Contents

Interface IXMLParserListener

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

Namespace: GCore.Antlr.Grammers.Xml
Assembly: Xml.dll
Syntax
public interface IXMLParserListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAttribute(XMLParser.AttributeContext)

Enter a parse tree produced by attribute().

Declaration
void EnterAttribute(XMLParser.AttributeContext context)
Parameters
Type Name Description
XMLParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

EnterChardata(XMLParser.ChardataContext)

Enter a parse tree produced by chardata().

Declaration
void EnterChardata(XMLParser.ChardataContext context)
Parameters
Type Name Description
XMLParser.ChardataContext context

The parse tree.

| Improve this Doc View Source

EnterContent(XMLParser.ContentContext)

Enter a parse tree produced by content().

Declaration
void EnterContent(XMLParser.ContentContext context)
Parameters
Type Name Description
XMLParser.ContentContext context

The parse tree.

| Improve this Doc View Source

EnterDocument(XMLParser.DocumentContext)

Enter a parse tree produced by document().

Declaration
void EnterDocument(XMLParser.DocumentContext context)
Parameters
Type Name Description
XMLParser.DocumentContext context

The parse tree.

| Improve this Doc View Source

EnterElement(XMLParser.ElementContext)

Enter a parse tree produced by element().

Declaration
void EnterElement(XMLParser.ElementContext context)
Parameters
Type Name Description
XMLParser.ElementContext context

The parse tree.

| Improve this Doc View Source

EnterMisc(XMLParser.MiscContext)

Enter a parse tree produced by misc().

Declaration
void EnterMisc(XMLParser.MiscContext context)
Parameters
Type Name Description
XMLParser.MiscContext context

The parse tree.

| Improve this Doc View Source

EnterProlog(XMLParser.PrologContext)

Enter a parse tree produced by prolog().

Declaration
void EnterProlog(XMLParser.PrologContext context)
Parameters
Type Name Description
XMLParser.PrologContext context

The parse tree.

| Improve this Doc View Source

EnterReference(XMLParser.ReferenceContext)

Enter a parse tree produced by reference().

Declaration
void EnterReference(XMLParser.ReferenceContext context)
Parameters
Type Name Description
XMLParser.ReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute(XMLParser.AttributeContext)

Exit a parse tree produced by attribute().

Declaration
void ExitAttribute(XMLParser.AttributeContext context)
Parameters
Type Name Description
XMLParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

ExitChardata(XMLParser.ChardataContext)

Exit a parse tree produced by chardata().

Declaration
void ExitChardata(XMLParser.ChardataContext context)
Parameters
Type Name Description
XMLParser.ChardataContext context

The parse tree.

| Improve this Doc View Source

ExitContent(XMLParser.ContentContext)

Exit a parse tree produced by content().

Declaration
void ExitContent(XMLParser.ContentContext context)
Parameters
Type Name Description
XMLParser.ContentContext context

The parse tree.

| Improve this Doc View Source

ExitDocument(XMLParser.DocumentContext)

Exit a parse tree produced by document().

Declaration
void ExitDocument(XMLParser.DocumentContext context)
Parameters
Type Name Description
XMLParser.DocumentContext context

The parse tree.

| Improve this Doc View Source

ExitElement(XMLParser.ElementContext)

Exit a parse tree produced by element().

Declaration
void ExitElement(XMLParser.ElementContext context)
Parameters
Type Name Description
XMLParser.ElementContext context

The parse tree.

| Improve this Doc View Source

ExitMisc(XMLParser.MiscContext)

Exit a parse tree produced by misc().

Declaration
void ExitMisc(XMLParser.MiscContext context)
Parameters
Type Name Description
XMLParser.MiscContext context

The parse tree.

| Improve this Doc View Source

ExitProlog(XMLParser.PrologContext)

Exit a parse tree produced by prolog().

Declaration
void ExitProlog(XMLParser.PrologContext context)
Parameters
Type Name Description
XMLParser.PrologContext context

The parse tree.

| Improve this Doc View Source

ExitReference(XMLParser.ReferenceContext)

Exit a parse tree produced by reference().

Declaration
void ExitReference(XMLParser.ReferenceContext context)
Parameters
Type Name Description
XMLParser.ReferenceContext context

The parse tree.

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