Namespace GCore.Antlr.Grammers.Xpath
Classes
xpathBaseListener
This class provides an empty implementation of IxpathListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
xpathBaseVisitor<Result>
This class provides an empty implementation of IxpathVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
xpathLexer
xpathParser
xpathParser.AbbreviatedStepContext
xpathParser.AbsoluteLocationPathNorootContext
xpathParser.AdditiveExprContext
xpathParser.AndExprContext
xpathParser.AxisSpecifierContext
xpathParser.EqualityExprContext
xpathParser.ExprContext
xpathParser.FilterExprContext
xpathParser.FunctionCallContext
xpathParser.FunctionNameContext
xpathParser.LocationPathContext
xpathParser.MainContext
xpathParser.MultiplicativeExprContext
xpathParser.NameTestContext
xpathParser.NCNameContext
xpathParser.NodeTestContext
xpathParser.OrExprContext
xpathParser.PathExprNoRootContext
xpathParser.PredicateContext
xpathParser.PrimaryExprContext
xpathParser.QNameContext
xpathParser.RelationalExprContext
xpathParser.RelativeLocationPathContext
xpathParser.StepContext
xpathParser.UnaryExprNoRootContext
xpathParser.UnionExprNoRootContext
xpathParser.VariableReferenceContext
Interfaces
IxpathListener
This interface defines a complete listener for a parse tree produced by xpathParser.
IxpathVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by xpathParser.