Class XPath20BaseListener
- java.lang.Object
-
- eu.europa.ted.efx.xpath.XPath20BaseListener
-
- All Implemented Interfaces:
XPath20Listener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
XPathAttributeLocator,XPathContextualizer
public class XPath20BaseListener extends Object implements XPath20Listener
This class provides an empty implementation ofXPath20Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description XPath20BaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterXpath
public void enterXpath(XPath20Parser.XpathContext ctx)
Enter a parse tree produced byXPath20Parser.xpath().The default implementation does nothing.
- Specified by:
enterXpathin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitXpath
public void exitXpath(XPath20Parser.XpathContext ctx)
Exit a parse tree produced byXPath20Parser.xpath().The default implementation does nothing.
- Specified by:
exitXpathin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterExpr
public void enterExpr(XPath20Parser.ExprContext ctx)
Enter a parse tree produced byXPath20Parser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitExpr
public void exitExpr(XPath20Parser.ExprContext ctx)
Exit a parse tree produced byXPath20Parser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterExprsingle
public void enterExprsingle(XPath20Parser.ExprsingleContext ctx)
Enter a parse tree produced byXPath20Parser.exprsingle().The default implementation does nothing.
- Specified by:
enterExprsinglein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitExprsingle
public void exitExprsingle(XPath20Parser.ExprsingleContext ctx)
Exit a parse tree produced byXPath20Parser.exprsingle().The default implementation does nothing.
- Specified by:
exitExprsinglein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterForexpr
public void enterForexpr(XPath20Parser.ForexprContext ctx)
Enter a parse tree produced byXPath20Parser.forexpr().The default implementation does nothing.
- Specified by:
enterForexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitForexpr
public void exitForexpr(XPath20Parser.ForexprContext ctx)
Exit a parse tree produced byXPath20Parser.forexpr().The default implementation does nothing.
- Specified by:
exitForexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterSimpleforclause
public void enterSimpleforclause(XPath20Parser.SimpleforclauseContext ctx)
Enter a parse tree produced byXPath20Parser.simpleforclause().The default implementation does nothing.
- Specified by:
enterSimpleforclausein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitSimpleforclause
public void exitSimpleforclause(XPath20Parser.SimpleforclauseContext ctx)
Exit a parse tree produced byXPath20Parser.simpleforclause().The default implementation does nothing.
- Specified by:
exitSimpleforclausein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterQuantifiedexpr
public void enterQuantifiedexpr(XPath20Parser.QuantifiedexprContext ctx)
Enter a parse tree produced byXPath20Parser.quantifiedexpr().The default implementation does nothing.
- Specified by:
enterQuantifiedexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitQuantifiedexpr
public void exitQuantifiedexpr(XPath20Parser.QuantifiedexprContext ctx)
Exit a parse tree produced byXPath20Parser.quantifiedexpr().The default implementation does nothing.
- Specified by:
exitQuantifiedexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterIfexpr
public void enterIfexpr(XPath20Parser.IfexprContext ctx)
Enter a parse tree produced byXPath20Parser.ifexpr().The default implementation does nothing.
- Specified by:
enterIfexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitIfexpr
public void exitIfexpr(XPath20Parser.IfexprContext ctx)
Exit a parse tree produced byXPath20Parser.ifexpr().The default implementation does nothing.
- Specified by:
exitIfexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterOrexpr
public void enterOrexpr(XPath20Parser.OrexprContext ctx)
Enter a parse tree produced byXPath20Parser.orexpr().The default implementation does nothing.
- Specified by:
enterOrexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitOrexpr
public void exitOrexpr(XPath20Parser.OrexprContext ctx)
Exit a parse tree produced byXPath20Parser.orexpr().The default implementation does nothing.
- Specified by:
exitOrexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAndexpr
public void enterAndexpr(XPath20Parser.AndexprContext ctx)
Enter a parse tree produced byXPath20Parser.andexpr().The default implementation does nothing.
- Specified by:
enterAndexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAndexpr
public void exitAndexpr(XPath20Parser.AndexprContext ctx)
Exit a parse tree produced byXPath20Parser.andexpr().The default implementation does nothing.
- Specified by:
exitAndexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterComparisonexpr
public void enterComparisonexpr(XPath20Parser.ComparisonexprContext ctx)
Enter a parse tree produced byXPath20Parser.comparisonexpr().The default implementation does nothing.
- Specified by:
enterComparisonexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitComparisonexpr
public void exitComparisonexpr(XPath20Parser.ComparisonexprContext ctx)
Exit a parse tree produced byXPath20Parser.comparisonexpr().The default implementation does nothing.
- Specified by:
exitComparisonexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterRangeexpr
public void enterRangeexpr(XPath20Parser.RangeexprContext ctx)
Enter a parse tree produced byXPath20Parser.rangeexpr().The default implementation does nothing.
- Specified by:
enterRangeexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitRangeexpr
public void exitRangeexpr(XPath20Parser.RangeexprContext ctx)
Exit a parse tree produced byXPath20Parser.rangeexpr().The default implementation does nothing.
- Specified by:
exitRangeexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAdditiveexpr
public void enterAdditiveexpr(XPath20Parser.AdditiveexprContext ctx)
Enter a parse tree produced byXPath20Parser.additiveexpr().The default implementation does nothing.
- Specified by:
enterAdditiveexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAdditiveexpr
public void exitAdditiveexpr(XPath20Parser.AdditiveexprContext ctx)
Exit a parse tree produced byXPath20Parser.additiveexpr().The default implementation does nothing.
- Specified by:
exitAdditiveexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterMultiplicativeexpr
public void enterMultiplicativeexpr(XPath20Parser.MultiplicativeexprContext ctx)
Enter a parse tree produced byXPath20Parser.multiplicativeexpr().The default implementation does nothing.
- Specified by:
enterMultiplicativeexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitMultiplicativeexpr
public void exitMultiplicativeexpr(XPath20Parser.MultiplicativeexprContext ctx)
Exit a parse tree produced byXPath20Parser.multiplicativeexpr().The default implementation does nothing.
- Specified by:
exitMultiplicativeexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterUnionexpr
public void enterUnionexpr(XPath20Parser.UnionexprContext ctx)
Enter a parse tree produced byXPath20Parser.unionexpr().The default implementation does nothing.
- Specified by:
enterUnionexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitUnionexpr
public void exitUnionexpr(XPath20Parser.UnionexprContext ctx)
Exit a parse tree produced byXPath20Parser.unionexpr().The default implementation does nothing.
- Specified by:
exitUnionexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterIntersectexceptexpr
public void enterIntersectexceptexpr(XPath20Parser.IntersectexceptexprContext ctx)
Enter a parse tree produced byXPath20Parser.intersectexceptexpr().The default implementation does nothing.
- Specified by:
enterIntersectexceptexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitIntersectexceptexpr
public void exitIntersectexceptexpr(XPath20Parser.IntersectexceptexprContext ctx)
Exit a parse tree produced byXPath20Parser.intersectexceptexpr().The default implementation does nothing.
- Specified by:
exitIntersectexceptexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterInstanceofexpr
public void enterInstanceofexpr(XPath20Parser.InstanceofexprContext ctx)
Enter a parse tree produced byXPath20Parser.instanceofexpr().The default implementation does nothing.
- Specified by:
enterInstanceofexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitInstanceofexpr
public void exitInstanceofexpr(XPath20Parser.InstanceofexprContext ctx)
Exit a parse tree produced byXPath20Parser.instanceofexpr().The default implementation does nothing.
- Specified by:
exitInstanceofexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterTreatexpr
public void enterTreatexpr(XPath20Parser.TreatexprContext ctx)
Enter a parse tree produced byXPath20Parser.treatexpr().The default implementation does nothing.
- Specified by:
enterTreatexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitTreatexpr
public void exitTreatexpr(XPath20Parser.TreatexprContext ctx)
Exit a parse tree produced byXPath20Parser.treatexpr().The default implementation does nothing.
- Specified by:
exitTreatexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterCastableexpr
public void enterCastableexpr(XPath20Parser.CastableexprContext ctx)
Enter a parse tree produced byXPath20Parser.castableexpr().The default implementation does nothing.
- Specified by:
enterCastableexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitCastableexpr
public void exitCastableexpr(XPath20Parser.CastableexprContext ctx)
Exit a parse tree produced byXPath20Parser.castableexpr().The default implementation does nothing.
- Specified by:
exitCastableexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterCastexpr
public void enterCastexpr(XPath20Parser.CastexprContext ctx)
Enter a parse tree produced byXPath20Parser.castexpr().The default implementation does nothing.
- Specified by:
enterCastexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitCastexpr
public void exitCastexpr(XPath20Parser.CastexprContext ctx)
Exit a parse tree produced byXPath20Parser.castexpr().The default implementation does nothing.
- Specified by:
exitCastexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterUnaryexpr
public void enterUnaryexpr(XPath20Parser.UnaryexprContext ctx)
Enter a parse tree produced byXPath20Parser.unaryexpr().The default implementation does nothing.
- Specified by:
enterUnaryexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitUnaryexpr
public void exitUnaryexpr(XPath20Parser.UnaryexprContext ctx)
Exit a parse tree produced byXPath20Parser.unaryexpr().The default implementation does nothing.
- Specified by:
exitUnaryexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterValueexpr
public void enterValueexpr(XPath20Parser.ValueexprContext ctx)
Enter a parse tree produced byXPath20Parser.valueexpr().The default implementation does nothing.
- Specified by:
enterValueexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitValueexpr
public void exitValueexpr(XPath20Parser.ValueexprContext ctx)
Exit a parse tree produced byXPath20Parser.valueexpr().The default implementation does nothing.
- Specified by:
exitValueexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterGeneralcomp
public void enterGeneralcomp(XPath20Parser.GeneralcompContext ctx)
Enter a parse tree produced byXPath20Parser.generalcomp().The default implementation does nothing.
- Specified by:
enterGeneralcompin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitGeneralcomp
public void exitGeneralcomp(XPath20Parser.GeneralcompContext ctx)
Exit a parse tree produced byXPath20Parser.generalcomp().The default implementation does nothing.
- Specified by:
exitGeneralcompin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterValuecomp
public void enterValuecomp(XPath20Parser.ValuecompContext ctx)
Enter a parse tree produced byXPath20Parser.valuecomp().The default implementation does nothing.
- Specified by:
enterValuecompin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitValuecomp
public void exitValuecomp(XPath20Parser.ValuecompContext ctx)
Exit a parse tree produced byXPath20Parser.valuecomp().The default implementation does nothing.
- Specified by:
exitValuecompin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterNodecomp
public void enterNodecomp(XPath20Parser.NodecompContext ctx)
Enter a parse tree produced byXPath20Parser.nodecomp().The default implementation does nothing.
- Specified by:
enterNodecompin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitNodecomp
public void exitNodecomp(XPath20Parser.NodecompContext ctx)
Exit a parse tree produced byXPath20Parser.nodecomp().The default implementation does nothing.
- Specified by:
exitNodecompin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterPathexpr
public void enterPathexpr(XPath20Parser.PathexprContext ctx)
Enter a parse tree produced byXPath20Parser.pathexpr().The default implementation does nothing.
- Specified by:
enterPathexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitPathexpr
public void exitPathexpr(XPath20Parser.PathexprContext ctx)
Exit a parse tree produced byXPath20Parser.pathexpr().The default implementation does nothing.
- Specified by:
exitPathexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterRelativepathexpr
public void enterRelativepathexpr(XPath20Parser.RelativepathexprContext ctx)
Enter a parse tree produced byXPath20Parser.relativepathexpr().The default implementation does nothing.
- Specified by:
enterRelativepathexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitRelativepathexpr
public void exitRelativepathexpr(XPath20Parser.RelativepathexprContext ctx)
Exit a parse tree produced byXPath20Parser.relativepathexpr().The default implementation does nothing.
- Specified by:
exitRelativepathexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterStepexpr
public void enterStepexpr(XPath20Parser.StepexprContext ctx)
Enter a parse tree produced byXPath20Parser.stepexpr().The default implementation does nothing.
- Specified by:
enterStepexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitStepexpr
public void exitStepexpr(XPath20Parser.StepexprContext ctx)
Exit a parse tree produced byXPath20Parser.stepexpr().The default implementation does nothing.
- Specified by:
exitStepexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterStep
public void enterStep(XPath20Parser.StepContext ctx)
Enter a parse tree produced byXPath20Parser.step().The default implementation does nothing.
- Specified by:
enterStepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitStep
public void exitStep(XPath20Parser.StepContext ctx)
Exit a parse tree produced byXPath20Parser.step().The default implementation does nothing.
- Specified by:
exitStepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterForwardstep
public void enterForwardstep(XPath20Parser.ForwardstepContext ctx)
Enter a parse tree produced byXPath20Parser.forwardstep().The default implementation does nothing.
- Specified by:
enterForwardstepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitForwardstep
public void exitForwardstep(XPath20Parser.ForwardstepContext ctx)
Exit a parse tree produced byXPath20Parser.forwardstep().The default implementation does nothing.
- Specified by:
exitForwardstepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterForwardaxis
public void enterForwardaxis(XPath20Parser.ForwardaxisContext ctx)
Enter a parse tree produced byXPath20Parser.forwardaxis().The default implementation does nothing.
- Specified by:
enterForwardaxisin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitForwardaxis
public void exitForwardaxis(XPath20Parser.ForwardaxisContext ctx)
Exit a parse tree produced byXPath20Parser.forwardaxis().The default implementation does nothing.
- Specified by:
exitForwardaxisin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAbbrevforwardstep
public void enterAbbrevforwardstep(XPath20Parser.AbbrevforwardstepContext ctx)
Enter a parse tree produced byXPath20Parser.abbrevforwardstep().The default implementation does nothing.
- Specified by:
enterAbbrevforwardstepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAbbrevforwardstep
public void exitAbbrevforwardstep(XPath20Parser.AbbrevforwardstepContext ctx)
Exit a parse tree produced byXPath20Parser.abbrevforwardstep().The default implementation does nothing.
- Specified by:
exitAbbrevforwardstepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterReversestep
public void enterReversestep(XPath20Parser.ReversestepContext ctx)
Enter a parse tree produced byXPath20Parser.reversestep().The default implementation does nothing.
- Specified by:
enterReversestepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitReversestep
public void exitReversestep(XPath20Parser.ReversestepContext ctx)
Exit a parse tree produced byXPath20Parser.reversestep().The default implementation does nothing.
- Specified by:
exitReversestepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterReverseaxis
public void enterReverseaxis(XPath20Parser.ReverseaxisContext ctx)
Enter a parse tree produced byXPath20Parser.reverseaxis().The default implementation does nothing.
- Specified by:
enterReverseaxisin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitReverseaxis
public void exitReverseaxis(XPath20Parser.ReverseaxisContext ctx)
Exit a parse tree produced byXPath20Parser.reverseaxis().The default implementation does nothing.
- Specified by:
exitReverseaxisin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAbbrevreversestep
public void enterAbbrevreversestep(XPath20Parser.AbbrevreversestepContext ctx)
Enter a parse tree produced byXPath20Parser.abbrevreversestep().The default implementation does nothing.
- Specified by:
enterAbbrevreversestepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAbbrevreversestep
public void exitAbbrevreversestep(XPath20Parser.AbbrevreversestepContext ctx)
Exit a parse tree produced byXPath20Parser.abbrevreversestep().The default implementation does nothing.
- Specified by:
exitAbbrevreversestepin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterNodetest
public void enterNodetest(XPath20Parser.NodetestContext ctx)
Enter a parse tree produced byXPath20Parser.nodetest().The default implementation does nothing.
- Specified by:
enterNodetestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitNodetest
public void exitNodetest(XPath20Parser.NodetestContext ctx)
Exit a parse tree produced byXPath20Parser.nodetest().The default implementation does nothing.
- Specified by:
exitNodetestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterNametest
public void enterNametest(XPath20Parser.NametestContext ctx)
Enter a parse tree produced byXPath20Parser.nametest().The default implementation does nothing.
- Specified by:
enterNametestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitNametest
public void exitNametest(XPath20Parser.NametestContext ctx)
Exit a parse tree produced byXPath20Parser.nametest().The default implementation does nothing.
- Specified by:
exitNametestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterWildcard
public void enterWildcard(XPath20Parser.WildcardContext ctx)
Enter a parse tree produced byXPath20Parser.wildcard().The default implementation does nothing.
- Specified by:
enterWildcardin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitWildcard
public void exitWildcard(XPath20Parser.WildcardContext ctx)
Exit a parse tree produced byXPath20Parser.wildcard().The default implementation does nothing.
- Specified by:
exitWildcardin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterPredicatelist
public void enterPredicatelist(XPath20Parser.PredicatelistContext ctx)
Enter a parse tree produced byXPath20Parser.predicatelist().The default implementation does nothing.
- Specified by:
enterPredicatelistin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitPredicatelist
public void exitPredicatelist(XPath20Parser.PredicatelistContext ctx)
Exit a parse tree produced byXPath20Parser.predicatelist().The default implementation does nothing.
- Specified by:
exitPredicatelistin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterPredicate
public void enterPredicate(XPath20Parser.PredicateContext ctx)
Enter a parse tree produced byXPath20Parser.predicate().The default implementation does nothing.
- Specified by:
enterPredicatein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitPredicate
public void exitPredicate(XPath20Parser.PredicateContext ctx)
Exit a parse tree produced byXPath20Parser.predicate().The default implementation does nothing.
- Specified by:
exitPredicatein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterPrimaryexpr
public void enterPrimaryexpr(XPath20Parser.PrimaryexprContext ctx)
Enter a parse tree produced byXPath20Parser.primaryexpr().The default implementation does nothing.
- Specified by:
enterPrimaryexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitPrimaryexpr
public void exitPrimaryexpr(XPath20Parser.PrimaryexprContext ctx)
Exit a parse tree produced byXPath20Parser.primaryexpr().The default implementation does nothing.
- Specified by:
exitPrimaryexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(XPath20Parser.LiteralContext ctx)
Enter a parse tree produced byXPath20Parser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(XPath20Parser.LiteralContext ctx)
Exit a parse tree produced byXPath20Parser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterNumericliteral
public void enterNumericliteral(XPath20Parser.NumericliteralContext ctx)
Enter a parse tree produced byXPath20Parser.numericliteral().The default implementation does nothing.
- Specified by:
enterNumericliteralin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitNumericliteral
public void exitNumericliteral(XPath20Parser.NumericliteralContext ctx)
Exit a parse tree produced byXPath20Parser.numericliteral().The default implementation does nothing.
- Specified by:
exitNumericliteralin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterVarref
public void enterVarref(XPath20Parser.VarrefContext ctx)
Enter a parse tree produced byXPath20Parser.varref().The default implementation does nothing.
- Specified by:
enterVarrefin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitVarref
public void exitVarref(XPath20Parser.VarrefContext ctx)
Exit a parse tree produced byXPath20Parser.varref().The default implementation does nothing.
- Specified by:
exitVarrefin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterVarname
public void enterVarname(XPath20Parser.VarnameContext ctx)
Enter a parse tree produced byXPath20Parser.varname().The default implementation does nothing.
- Specified by:
enterVarnamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitVarname
public void exitVarname(XPath20Parser.VarnameContext ctx)
Exit a parse tree produced byXPath20Parser.varname().The default implementation does nothing.
- Specified by:
exitVarnamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterParenthesizedexpr
public void enterParenthesizedexpr(XPath20Parser.ParenthesizedexprContext ctx)
Enter a parse tree produced byXPath20Parser.parenthesizedexpr().The default implementation does nothing.
- Specified by:
enterParenthesizedexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitParenthesizedexpr
public void exitParenthesizedexpr(XPath20Parser.ParenthesizedexprContext ctx)
Exit a parse tree produced byXPath20Parser.parenthesizedexpr().The default implementation does nothing.
- Specified by:
exitParenthesizedexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterContextitemexpr
public void enterContextitemexpr(XPath20Parser.ContextitemexprContext ctx)
Enter a parse tree produced byXPath20Parser.contextitemexpr().The default implementation does nothing.
- Specified by:
enterContextitemexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitContextitemexpr
public void exitContextitemexpr(XPath20Parser.ContextitemexprContext ctx)
Exit a parse tree produced byXPath20Parser.contextitemexpr().The default implementation does nothing.
- Specified by:
exitContextitemexprin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterFunctioncall
public void enterFunctioncall(XPath20Parser.FunctioncallContext ctx)
Enter a parse tree produced byXPath20Parser.functioncall().The default implementation does nothing.
- Specified by:
enterFunctioncallin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitFunctioncall
public void exitFunctioncall(XPath20Parser.FunctioncallContext ctx)
Exit a parse tree produced byXPath20Parser.functioncall().The default implementation does nothing.
- Specified by:
exitFunctioncallin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterSingletype
public void enterSingletype(XPath20Parser.SingletypeContext ctx)
Enter a parse tree produced byXPath20Parser.singletype().The default implementation does nothing.
- Specified by:
enterSingletypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitSingletype
public void exitSingletype(XPath20Parser.SingletypeContext ctx)
Exit a parse tree produced byXPath20Parser.singletype().The default implementation does nothing.
- Specified by:
exitSingletypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterSequencetype
public void enterSequencetype(XPath20Parser.SequencetypeContext ctx)
Enter a parse tree produced byXPath20Parser.sequencetype().The default implementation does nothing.
- Specified by:
enterSequencetypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitSequencetype
public void exitSequencetype(XPath20Parser.SequencetypeContext ctx)
Exit a parse tree produced byXPath20Parser.sequencetype().The default implementation does nothing.
- Specified by:
exitSequencetypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterOccurrenceindicator
public void enterOccurrenceindicator(XPath20Parser.OccurrenceindicatorContext ctx)
Enter a parse tree produced byXPath20Parser.occurrenceindicator().The default implementation does nothing.
- Specified by:
enterOccurrenceindicatorin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitOccurrenceindicator
public void exitOccurrenceindicator(XPath20Parser.OccurrenceindicatorContext ctx)
Exit a parse tree produced byXPath20Parser.occurrenceindicator().The default implementation does nothing.
- Specified by:
exitOccurrenceindicatorin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterItemtype
public void enterItemtype(XPath20Parser.ItemtypeContext ctx)
Enter a parse tree produced byXPath20Parser.itemtype().The default implementation does nothing.
- Specified by:
enterItemtypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitItemtype
public void exitItemtype(XPath20Parser.ItemtypeContext ctx)
Exit a parse tree produced byXPath20Parser.itemtype().The default implementation does nothing.
- Specified by:
exitItemtypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAtomictype
public void enterAtomictype(XPath20Parser.AtomictypeContext ctx)
Enter a parse tree produced byXPath20Parser.atomictype().The default implementation does nothing.
- Specified by:
enterAtomictypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAtomictype
public void exitAtomictype(XPath20Parser.AtomictypeContext ctx)
Exit a parse tree produced byXPath20Parser.atomictype().The default implementation does nothing.
- Specified by:
exitAtomictypein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterKindtest
public void enterKindtest(XPath20Parser.KindtestContext ctx)
Enter a parse tree produced byXPath20Parser.kindtest().The default implementation does nothing.
- Specified by:
enterKindtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitKindtest
public void exitKindtest(XPath20Parser.KindtestContext ctx)
Exit a parse tree produced byXPath20Parser.kindtest().The default implementation does nothing.
- Specified by:
exitKindtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAnykindtest
public void enterAnykindtest(XPath20Parser.AnykindtestContext ctx)
Enter a parse tree produced byXPath20Parser.anykindtest().The default implementation does nothing.
- Specified by:
enterAnykindtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAnykindtest
public void exitAnykindtest(XPath20Parser.AnykindtestContext ctx)
Exit a parse tree produced byXPath20Parser.anykindtest().The default implementation does nothing.
- Specified by:
exitAnykindtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterDocumenttest
public void enterDocumenttest(XPath20Parser.DocumenttestContext ctx)
Enter a parse tree produced byXPath20Parser.documenttest().The default implementation does nothing.
- Specified by:
enterDocumenttestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitDocumenttest
public void exitDocumenttest(XPath20Parser.DocumenttestContext ctx)
Exit a parse tree produced byXPath20Parser.documenttest().The default implementation does nothing.
- Specified by:
exitDocumenttestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterTexttest
public void enterTexttest(XPath20Parser.TexttestContext ctx)
Enter a parse tree produced byXPath20Parser.texttest().The default implementation does nothing.
- Specified by:
enterTexttestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitTexttest
public void exitTexttest(XPath20Parser.TexttestContext ctx)
Exit a parse tree produced byXPath20Parser.texttest().The default implementation does nothing.
- Specified by:
exitTexttestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterCommenttest
public void enterCommenttest(XPath20Parser.CommenttestContext ctx)
Enter a parse tree produced byXPath20Parser.commenttest().The default implementation does nothing.
- Specified by:
enterCommenttestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitCommenttest
public void exitCommenttest(XPath20Parser.CommenttestContext ctx)
Exit a parse tree produced byXPath20Parser.commenttest().The default implementation does nothing.
- Specified by:
exitCommenttestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterPitest
public void enterPitest(XPath20Parser.PitestContext ctx)
Enter a parse tree produced byXPath20Parser.pitest().The default implementation does nothing.
- Specified by:
enterPitestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitPitest
public void exitPitest(XPath20Parser.PitestContext ctx)
Exit a parse tree produced byXPath20Parser.pitest().The default implementation does nothing.
- Specified by:
exitPitestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAttributetest
public void enterAttributetest(XPath20Parser.AttributetestContext ctx)
Enter a parse tree produced byXPath20Parser.attributetest().The default implementation does nothing.
- Specified by:
enterAttributetestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAttributetest
public void exitAttributetest(XPath20Parser.AttributetestContext ctx)
Exit a parse tree produced byXPath20Parser.attributetest().The default implementation does nothing.
- Specified by:
exitAttributetestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAttribnameorwildcard
public void enterAttribnameorwildcard(XPath20Parser.AttribnameorwildcardContext ctx)
Enter a parse tree produced byXPath20Parser.attribnameorwildcard().The default implementation does nothing.
- Specified by:
enterAttribnameorwildcardin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAttribnameorwildcard
public void exitAttribnameorwildcard(XPath20Parser.AttribnameorwildcardContext ctx)
Exit a parse tree produced byXPath20Parser.attribnameorwildcard().The default implementation does nothing.
- Specified by:
exitAttribnameorwildcardin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterSchemaattributetest
public void enterSchemaattributetest(XPath20Parser.SchemaattributetestContext ctx)
Enter a parse tree produced byXPath20Parser.schemaattributetest().The default implementation does nothing.
- Specified by:
enterSchemaattributetestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitSchemaattributetest
public void exitSchemaattributetest(XPath20Parser.SchemaattributetestContext ctx)
Exit a parse tree produced byXPath20Parser.schemaattributetest().The default implementation does nothing.
- Specified by:
exitSchemaattributetestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAttributedeclaration
public void enterAttributedeclaration(XPath20Parser.AttributedeclarationContext ctx)
Enter a parse tree produced byXPath20Parser.attributedeclaration().The default implementation does nothing.
- Specified by:
enterAttributedeclarationin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAttributedeclaration
public void exitAttributedeclaration(XPath20Parser.AttributedeclarationContext ctx)
Exit a parse tree produced byXPath20Parser.attributedeclaration().The default implementation does nothing.
- Specified by:
exitAttributedeclarationin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterElementtest
public void enterElementtest(XPath20Parser.ElementtestContext ctx)
Enter a parse tree produced byXPath20Parser.elementtest().The default implementation does nothing.
- Specified by:
enterElementtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitElementtest
public void exitElementtest(XPath20Parser.ElementtestContext ctx)
Exit a parse tree produced byXPath20Parser.elementtest().The default implementation does nothing.
- Specified by:
exitElementtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterElementnameorwildcard
public void enterElementnameorwildcard(XPath20Parser.ElementnameorwildcardContext ctx)
Enter a parse tree produced byXPath20Parser.elementnameorwildcard().The default implementation does nothing.
- Specified by:
enterElementnameorwildcardin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitElementnameorwildcard
public void exitElementnameorwildcard(XPath20Parser.ElementnameorwildcardContext ctx)
Exit a parse tree produced byXPath20Parser.elementnameorwildcard().The default implementation does nothing.
- Specified by:
exitElementnameorwildcardin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterSchemaelementtest
public void enterSchemaelementtest(XPath20Parser.SchemaelementtestContext ctx)
Enter a parse tree produced byXPath20Parser.schemaelementtest().The default implementation does nothing.
- Specified by:
enterSchemaelementtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitSchemaelementtest
public void exitSchemaelementtest(XPath20Parser.SchemaelementtestContext ctx)
Exit a parse tree produced byXPath20Parser.schemaelementtest().The default implementation does nothing.
- Specified by:
exitSchemaelementtestin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterElementdeclaration
public void enterElementdeclaration(XPath20Parser.ElementdeclarationContext ctx)
Enter a parse tree produced byXPath20Parser.elementdeclaration().The default implementation does nothing.
- Specified by:
enterElementdeclarationin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitElementdeclaration
public void exitElementdeclaration(XPath20Parser.ElementdeclarationContext ctx)
Exit a parse tree produced byXPath20Parser.elementdeclaration().The default implementation does nothing.
- Specified by:
exitElementdeclarationin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAttributename
public void enterAttributename(XPath20Parser.AttributenameContext ctx)
Enter a parse tree produced byXPath20Parser.attributename().The default implementation does nothing.
- Specified by:
enterAttributenamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAttributename
public void exitAttributename(XPath20Parser.AttributenameContext ctx)
Exit a parse tree produced byXPath20Parser.attributename().The default implementation does nothing.
- Specified by:
exitAttributenamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterElementname
public void enterElementname(XPath20Parser.ElementnameContext ctx)
Enter a parse tree produced byXPath20Parser.elementname().The default implementation does nothing.
- Specified by:
enterElementnamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitElementname
public void exitElementname(XPath20Parser.ElementnameContext ctx)
Exit a parse tree produced byXPath20Parser.elementname().The default implementation does nothing.
- Specified by:
exitElementnamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterTypename_
public void enterTypename_(XPath20Parser.Typename_Context ctx)
Enter a parse tree produced byXPath20Parser.typename_().The default implementation does nothing.
- Specified by:
enterTypename_in interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitTypename_
public void exitTypename_(XPath20Parser.Typename_Context ctx)
Exit a parse tree produced byXPath20Parser.typename_().The default implementation does nothing.
- Specified by:
exitTypename_in interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterQname
public void enterQname(XPath20Parser.QnameContext ctx)
Enter a parse tree produced byXPath20Parser.qname().The default implementation does nothing.
- Specified by:
enterQnamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitQname
public void exitQname(XPath20Parser.QnameContext ctx)
Exit a parse tree produced byXPath20Parser.qname().The default implementation does nothing.
- Specified by:
exitQnamein interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterAuxilary
public void enterAuxilary(XPath20Parser.AuxilaryContext ctx)
Enter a parse tree produced byXPath20Parser.auxilary().The default implementation does nothing.
- Specified by:
enterAuxilaryin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
exitAuxilary
public void exitAuxilary(XPath20Parser.AuxilaryContext ctx)
Exit a parse tree produced byXPath20Parser.auxilary().The default implementation does nothing.
- Specified by:
exitAuxilaryin interfaceXPath20Listener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-