Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Xml

Classes

XMLLexer

XMLParser

XMLParser.AttributeContext

XMLParser.ChardataContext

XMLParser.ContentContext

XMLParser.DocumentContext

XMLParser.ElementContext

XMLParser.MiscContext

XMLParser.PrologContext

XMLParser.ReferenceContext

XMLParserBaseListener

This class provides an empty implementation of IXMLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

XMLParserBaseVisitor<Result>

This class provides an empty implementation of IXMLParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Interfaces

IXMLParserListener

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

IXMLParserVisitor<Result>

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

In This Article
Back to top Generated by DocFX