public class XPath2ParserBaseListener extends Object implements XPath2ParserListener
This class provides an empty implementation of XPath2ParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
| Constructor and Description |
|---|
XPath2ParserBaseListener() |
public void enterXPath(XPath2Parser.XPathContext ctx)
Enter a parse tree produced by XPath2Parser.xPath().
The default implementation does nothing.
enterXPath in interface XPath2ParserListenerctx - the parse treepublic void exitXPath(XPath2Parser.XPathContext ctx)
Exit a parse tree produced by XPath2Parser.xPath().
The default implementation does nothing.
exitXPath in interface XPath2ParserListenerctx - the parse treepublic void enterExpr(XPath2Parser.ExprContext ctx)
Enter a parse tree produced by XPath2Parser.expr().
The default implementation does nothing.
enterExpr in interface XPath2ParserListenerctx - the parse treepublic void exitExpr(XPath2Parser.ExprContext ctx)
Exit a parse tree produced by XPath2Parser.expr().
The default implementation does nothing.
exitExpr in interface XPath2ParserListenerctx - the parse treepublic void enterExprSingle(XPath2Parser.ExprSingleContext ctx)
Enter a parse tree produced by XPath2Parser.exprSingle().
The default implementation does nothing.
enterExprSingle in interface XPath2ParserListenerctx - the parse treepublic void exitExprSingle(XPath2Parser.ExprSingleContext ctx)
Exit a parse tree produced by XPath2Parser.exprSingle().
The default implementation does nothing.
exitExprSingle in interface XPath2ParserListenerctx - the parse treepublic void enterForExpr(XPath2Parser.ForExprContext ctx)
Enter a parse tree produced by XPath2Parser.forExpr().
The default implementation does nothing.
enterForExpr in interface XPath2ParserListenerctx - the parse treepublic void exitForExpr(XPath2Parser.ForExprContext ctx)
Exit a parse tree produced by XPath2Parser.forExpr().
The default implementation does nothing.
exitForExpr in interface XPath2ParserListenerctx - the parse treepublic void enterSimpleForClause(XPath2Parser.SimpleForClauseContext ctx)
Enter a parse tree produced by XPath2Parser.simpleForClause().
The default implementation does nothing.
enterSimpleForClause in interface XPath2ParserListenerctx - the parse treepublic void exitSimpleForClause(XPath2Parser.SimpleForClauseContext ctx)
Exit a parse tree produced by XPath2Parser.simpleForClause().
The default implementation does nothing.
exitSimpleForClause in interface XPath2ParserListenerctx - the parse treepublic void enterQuantifiedExpr(XPath2Parser.QuantifiedExprContext ctx)
Enter a parse tree produced by XPath2Parser.quantifiedExpr().
The default implementation does nothing.
enterQuantifiedExpr in interface XPath2ParserListenerctx - the parse treepublic void exitQuantifiedExpr(XPath2Parser.QuantifiedExprContext ctx)
Exit a parse tree produced by XPath2Parser.quantifiedExpr().
The default implementation does nothing.
exitQuantifiedExpr in interface XPath2ParserListenerctx - the parse treepublic void enterQuantifiedExprMiddle(XPath2Parser.QuantifiedExprMiddleContext ctx)
Enter a parse tree produced by XPath2Parser.quantifiedExprMiddle().
The default implementation does nothing.
enterQuantifiedExprMiddle in interface XPath2ParserListenerctx - the parse treepublic void exitQuantifiedExprMiddle(XPath2Parser.QuantifiedExprMiddleContext ctx)
Exit a parse tree produced by XPath2Parser.quantifiedExprMiddle().
The default implementation does nothing.
exitQuantifiedExprMiddle in interface XPath2ParserListenerctx - the parse treepublic void enterIfExpr(XPath2Parser.IfExprContext ctx)
Enter a parse tree produced by XPath2Parser.ifExpr().
The default implementation does nothing.
enterIfExpr in interface XPath2ParserListenerctx - the parse treepublic void exitIfExpr(XPath2Parser.IfExprContext ctx)
Exit a parse tree produced by XPath2Parser.ifExpr().
The default implementation does nothing.
exitIfExpr in interface XPath2ParserListenerctx - the parse treepublic void enterOrExpr(XPath2Parser.OrExprContext ctx)
Enter a parse tree produced by XPath2Parser.orExpr().
The default implementation does nothing.
enterOrExpr in interface XPath2ParserListenerctx - the parse treepublic void exitOrExpr(XPath2Parser.OrExprContext ctx)
Exit a parse tree produced by XPath2Parser.orExpr().
The default implementation does nothing.
exitOrExpr in interface XPath2ParserListenerctx - the parse treepublic void enterAndExpr(XPath2Parser.AndExprContext ctx)
Enter a parse tree produced by XPath2Parser.andExpr().
The default implementation does nothing.
enterAndExpr in interface XPath2ParserListenerctx - the parse treepublic void exitAndExpr(XPath2Parser.AndExprContext ctx)
Exit a parse tree produced by XPath2Parser.andExpr().
The default implementation does nothing.
exitAndExpr in interface XPath2ParserListenerctx - the parse treepublic void enterComparisonExpr(XPath2Parser.ComparisonExprContext ctx)
Enter a parse tree produced by XPath2Parser.comparisonExpr().
The default implementation does nothing.
enterComparisonExpr in interface XPath2ParserListenerctx - the parse treepublic void exitComparisonExpr(XPath2Parser.ComparisonExprContext ctx)
Exit a parse tree produced by XPath2Parser.comparisonExpr().
The default implementation does nothing.
exitComparisonExpr in interface XPath2ParserListenerctx - the parse treepublic void enterRangeExpr(XPath2Parser.RangeExprContext ctx)
Enter a parse tree produced by XPath2Parser.rangeExpr().
The default implementation does nothing.
enterRangeExpr in interface XPath2ParserListenerctx - the parse treepublic void exitRangeExpr(XPath2Parser.RangeExprContext ctx)
Exit a parse tree produced by XPath2Parser.rangeExpr().
The default implementation does nothing.
exitRangeExpr in interface XPath2ParserListenerctx - the parse treepublic void enterAdditiveExpr(XPath2Parser.AdditiveExprContext ctx)
Enter a parse tree produced by XPath2Parser.additiveExpr().
The default implementation does nothing.
enterAdditiveExpr in interface XPath2ParserListenerctx - the parse treepublic void exitAdditiveExpr(XPath2Parser.AdditiveExprContext ctx)
Exit a parse tree produced by XPath2Parser.additiveExpr().
The default implementation does nothing.
exitAdditiveExpr in interface XPath2ParserListenerctx - the parse treepublic void enterMultiplicativeExpr(XPath2Parser.MultiplicativeExprContext ctx)
Enter a parse tree produced by XPath2Parser.multiplicativeExpr().
The default implementation does nothing.
enterMultiplicativeExpr in interface XPath2ParserListenerctx - the parse treepublic void exitMultiplicativeExpr(XPath2Parser.MultiplicativeExprContext ctx)
Exit a parse tree produced by XPath2Parser.multiplicativeExpr().
The default implementation does nothing.
exitMultiplicativeExpr in interface XPath2ParserListenerctx - the parse treepublic void enterUnionExpr(XPath2Parser.UnionExprContext ctx)
Enter a parse tree produced by XPath2Parser.unionExpr().
The default implementation does nothing.
enterUnionExpr in interface XPath2ParserListenerctx - the parse treepublic void exitUnionExpr(XPath2Parser.UnionExprContext ctx)
Exit a parse tree produced by XPath2Parser.unionExpr().
The default implementation does nothing.
exitUnionExpr in interface XPath2ParserListenerctx - the parse treepublic void enterIntersectExceptExpr(XPath2Parser.IntersectExceptExprContext ctx)
Enter a parse tree produced by XPath2Parser.intersectExceptExpr().
The default implementation does nothing.
enterIntersectExceptExpr in interface XPath2ParserListenerctx - the parse treepublic void exitIntersectExceptExpr(XPath2Parser.IntersectExceptExprContext ctx)
Exit a parse tree produced by XPath2Parser.intersectExceptExpr().
The default implementation does nothing.
exitIntersectExceptExpr in interface XPath2ParserListenerctx - the parse treepublic void enterInstanceOfExpr(XPath2Parser.InstanceOfExprContext ctx)
Enter a parse tree produced by XPath2Parser.instanceOfExpr().
The default implementation does nothing.
enterInstanceOfExpr in interface XPath2ParserListenerctx - the parse treepublic void exitInstanceOfExpr(XPath2Parser.InstanceOfExprContext ctx)
Exit a parse tree produced by XPath2Parser.instanceOfExpr().
The default implementation does nothing.
exitInstanceOfExpr in interface XPath2ParserListenerctx - the parse treepublic void enterTreatExpr(XPath2Parser.TreatExprContext ctx)
Enter a parse tree produced by XPath2Parser.treatExpr().
The default implementation does nothing.
enterTreatExpr in interface XPath2ParserListenerctx - the parse treepublic void exitTreatExpr(XPath2Parser.TreatExprContext ctx)
Exit a parse tree produced by XPath2Parser.treatExpr().
The default implementation does nothing.
exitTreatExpr in interface XPath2ParserListenerctx - the parse treepublic void enterCastableExpr(XPath2Parser.CastableExprContext ctx)
Enter a parse tree produced by XPath2Parser.castableExpr().
The default implementation does nothing.
enterCastableExpr in interface XPath2ParserListenerctx - the parse treepublic void exitCastableExpr(XPath2Parser.CastableExprContext ctx)
Exit a parse tree produced by XPath2Parser.castableExpr().
The default implementation does nothing.
exitCastableExpr in interface XPath2ParserListenerctx - the parse treepublic void enterCastExpr(XPath2Parser.CastExprContext ctx)
Enter a parse tree produced by XPath2Parser.castExpr().
The default implementation does nothing.
enterCastExpr in interface XPath2ParserListenerctx - the parse treepublic void exitCastExpr(XPath2Parser.CastExprContext ctx)
Exit a parse tree produced by XPath2Parser.castExpr().
The default implementation does nothing.
exitCastExpr in interface XPath2ParserListenerctx - the parse treepublic void enterUnaryExpr(XPath2Parser.UnaryExprContext ctx)
Enter a parse tree produced by XPath2Parser.unaryExpr().
The default implementation does nothing.
enterUnaryExpr in interface XPath2ParserListenerctx - the parse treepublic void exitUnaryExpr(XPath2Parser.UnaryExprContext ctx)
Exit a parse tree produced by XPath2Parser.unaryExpr().
The default implementation does nothing.
exitUnaryExpr in interface XPath2ParserListenerctx - the parse treepublic void enterValueExpr(XPath2Parser.ValueExprContext ctx)
Enter a parse tree produced by XPath2Parser.valueExpr().
The default implementation does nothing.
enterValueExpr in interface XPath2ParserListenerctx - the parse treepublic void exitValueExpr(XPath2Parser.ValueExprContext ctx)
Exit a parse tree produced by XPath2Parser.valueExpr().
The default implementation does nothing.
exitValueExpr in interface XPath2ParserListenerctx - the parse treepublic void enterGeneralComp(XPath2Parser.GeneralCompContext ctx)
Enter a parse tree produced by XPath2Parser.generalComp().
The default implementation does nothing.
enterGeneralComp in interface XPath2ParserListenerctx - the parse treepublic void exitGeneralComp(XPath2Parser.GeneralCompContext ctx)
Exit a parse tree produced by XPath2Parser.generalComp().
The default implementation does nothing.
exitGeneralComp in interface XPath2ParserListenerctx - the parse treepublic void enterValueComp(XPath2Parser.ValueCompContext ctx)
Enter a parse tree produced by XPath2Parser.valueComp().
The default implementation does nothing.
enterValueComp in interface XPath2ParserListenerctx - the parse treepublic void exitValueComp(XPath2Parser.ValueCompContext ctx)
Exit a parse tree produced by XPath2Parser.valueComp().
The default implementation does nothing.
exitValueComp in interface XPath2ParserListenerctx - the parse treepublic void enterNodeComp(XPath2Parser.NodeCompContext ctx)
Enter a parse tree produced by XPath2Parser.nodeComp().
The default implementation does nothing.
enterNodeComp in interface XPath2ParserListenerctx - the parse treepublic void exitNodeComp(XPath2Parser.NodeCompContext ctx)
Exit a parse tree produced by XPath2Parser.nodeComp().
The default implementation does nothing.
exitNodeComp in interface XPath2ParserListenerctx - the parse treepublic void enterPathExpr(XPath2Parser.PathExprContext ctx)
Enter a parse tree produced by XPath2Parser.pathExpr().
The default implementation does nothing.
enterPathExpr in interface XPath2ParserListenerctx - the parse treepublic void exitPathExpr(XPath2Parser.PathExprContext ctx)
Exit a parse tree produced by XPath2Parser.pathExpr().
The default implementation does nothing.
exitPathExpr in interface XPath2ParserListenerctx - the parse treepublic void enterRelativePathExpr(XPath2Parser.RelativePathExprContext ctx)
Enter a parse tree produced by XPath2Parser.relativePathExpr().
The default implementation does nothing.
enterRelativePathExpr in interface XPath2ParserListenerctx - the parse treepublic void exitRelativePathExpr(XPath2Parser.RelativePathExprContext ctx)
Exit a parse tree produced by XPath2Parser.relativePathExpr().
The default implementation does nothing.
exitRelativePathExpr in interface XPath2ParserListenerctx - the parse treepublic void enterStepExpr(XPath2Parser.StepExprContext ctx)
Enter a parse tree produced by XPath2Parser.stepExpr().
The default implementation does nothing.
enterStepExpr in interface XPath2ParserListenerctx - the parse treepublic void exitStepExpr(XPath2Parser.StepExprContext ctx)
Exit a parse tree produced by XPath2Parser.stepExpr().
The default implementation does nothing.
exitStepExpr in interface XPath2ParserListenerctx - the parse treepublic void enterAxisStep(XPath2Parser.AxisStepContext ctx)
Enter a parse tree produced by XPath2Parser.axisStep().
The default implementation does nothing.
enterAxisStep in interface XPath2ParserListenerctx - the parse treepublic void exitAxisStep(XPath2Parser.AxisStepContext ctx)
Exit a parse tree produced by XPath2Parser.axisStep().
The default implementation does nothing.
exitAxisStep in interface XPath2ParserListenerctx - the parse treepublic void enterForwardStep(XPath2Parser.ForwardStepContext ctx)
Enter a parse tree produced by XPath2Parser.forwardStep().
The default implementation does nothing.
enterForwardStep in interface XPath2ParserListenerctx - the parse treepublic void exitForwardStep(XPath2Parser.ForwardStepContext ctx)
Exit a parse tree produced by XPath2Parser.forwardStep().
The default implementation does nothing.
exitForwardStep in interface XPath2ParserListenerctx - the parse treepublic void enterForwardAxis(XPath2Parser.ForwardAxisContext ctx)
Enter a parse tree produced by XPath2Parser.forwardAxis().
The default implementation does nothing.
enterForwardAxis in interface XPath2ParserListenerctx - the parse treepublic void exitForwardAxis(XPath2Parser.ForwardAxisContext ctx)
Exit a parse tree produced by XPath2Parser.forwardAxis().
The default implementation does nothing.
exitForwardAxis in interface XPath2ParserListenerctx - the parse treepublic void enterAbbrevForwardStep(XPath2Parser.AbbrevForwardStepContext ctx)
Enter a parse tree produced by XPath2Parser.abbrevForwardStep().
The default implementation does nothing.
enterAbbrevForwardStep in interface XPath2ParserListenerctx - the parse treepublic void exitAbbrevForwardStep(XPath2Parser.AbbrevForwardStepContext ctx)
Exit a parse tree produced by XPath2Parser.abbrevForwardStep().
The default implementation does nothing.
exitAbbrevForwardStep in interface XPath2ParserListenerctx - the parse treepublic void enterReverseStep(XPath2Parser.ReverseStepContext ctx)
Enter a parse tree produced by XPath2Parser.reverseStep().
The default implementation does nothing.
enterReverseStep in interface XPath2ParserListenerctx - the parse treepublic void exitReverseStep(XPath2Parser.ReverseStepContext ctx)
Exit a parse tree produced by XPath2Parser.reverseStep().
The default implementation does nothing.
exitReverseStep in interface XPath2ParserListenerctx - the parse treepublic void enterReverseAxis(XPath2Parser.ReverseAxisContext ctx)
Enter a parse tree produced by XPath2Parser.reverseAxis().
The default implementation does nothing.
enterReverseAxis in interface XPath2ParserListenerctx - the parse treepublic void exitReverseAxis(XPath2Parser.ReverseAxisContext ctx)
Exit a parse tree produced by XPath2Parser.reverseAxis().
The default implementation does nothing.
exitReverseAxis in interface XPath2ParserListenerctx - the parse treepublic void enterAbbrevReverseStep(XPath2Parser.AbbrevReverseStepContext ctx)
Enter a parse tree produced by XPath2Parser.abbrevReverseStep().
The default implementation does nothing.
enterAbbrevReverseStep in interface XPath2ParserListenerctx - the parse treepublic void exitAbbrevReverseStep(XPath2Parser.AbbrevReverseStepContext ctx)
Exit a parse tree produced by XPath2Parser.abbrevReverseStep().
The default implementation does nothing.
exitAbbrevReverseStep in interface XPath2ParserListenerctx - the parse treepublic void enterNodeTest(XPath2Parser.NodeTestContext ctx)
Enter a parse tree produced by XPath2Parser.nodeTest().
The default implementation does nothing.
enterNodeTest in interface XPath2ParserListenerctx - the parse treepublic void exitNodeTest(XPath2Parser.NodeTestContext ctx)
Exit a parse tree produced by XPath2Parser.nodeTest().
The default implementation does nothing.
exitNodeTest in interface XPath2ParserListenerctx - the parse treepublic void enterNameTest(XPath2Parser.NameTestContext ctx)
Enter a parse tree produced by XPath2Parser.nameTest().
The default implementation does nothing.
enterNameTest in interface XPath2ParserListenerctx - the parse treepublic void exitNameTest(XPath2Parser.NameTestContext ctx)
Exit a parse tree produced by XPath2Parser.nameTest().
The default implementation does nothing.
exitNameTest in interface XPath2ParserListenerctx - the parse treepublic void enterWildcard(XPath2Parser.WildcardContext ctx)
Enter a parse tree produced by XPath2Parser.wildcard().
The default implementation does nothing.
enterWildcard in interface XPath2ParserListenerctx - the parse treepublic void exitWildcard(XPath2Parser.WildcardContext ctx)
Exit a parse tree produced by XPath2Parser.wildcard().
The default implementation does nothing.
exitWildcard in interface XPath2ParserListenerctx - the parse treepublic void enterFilterExpr(XPath2Parser.FilterExprContext ctx)
Enter a parse tree produced by XPath2Parser.filterExpr().
The default implementation does nothing.
enterFilterExpr in interface XPath2ParserListenerctx - the parse treepublic void exitFilterExpr(XPath2Parser.FilterExprContext ctx)
Exit a parse tree produced by XPath2Parser.filterExpr().
The default implementation does nothing.
exitFilterExpr in interface XPath2ParserListenerctx - the parse treepublic void enterPredicateList(XPath2Parser.PredicateListContext ctx)
Enter a parse tree produced by XPath2Parser.predicateList().
The default implementation does nothing.
enterPredicateList in interface XPath2ParserListenerctx - the parse treepublic void exitPredicateList(XPath2Parser.PredicateListContext ctx)
Exit a parse tree produced by XPath2Parser.predicateList().
The default implementation does nothing.
exitPredicateList in interface XPath2ParserListenerctx - the parse treepublic void enterPredicate(XPath2Parser.PredicateContext ctx)
Enter a parse tree produced by XPath2Parser.predicate().
The default implementation does nothing.
enterPredicate in interface XPath2ParserListenerctx - the parse treepublic void exitPredicate(XPath2Parser.PredicateContext ctx)
Exit a parse tree produced by XPath2Parser.predicate().
The default implementation does nothing.
exitPredicate in interface XPath2ParserListenerctx - the parse treepublic void enterPrimaryExpr(XPath2Parser.PrimaryExprContext ctx)
Enter a parse tree produced by XPath2Parser.primaryExpr().
The default implementation does nothing.
enterPrimaryExpr in interface XPath2ParserListenerctx - the parse treepublic void exitPrimaryExpr(XPath2Parser.PrimaryExprContext ctx)
Exit a parse tree produced by XPath2Parser.primaryExpr().
The default implementation does nothing.
exitPrimaryExpr in interface XPath2ParserListenerctx - the parse treepublic void enterLiteral(XPath2Parser.LiteralContext ctx)
Enter a parse tree produced by XPath2Parser.literal().
The default implementation does nothing.
enterLiteral in interface XPath2ParserListenerctx - the parse treepublic void exitLiteral(XPath2Parser.LiteralContext ctx)
Exit a parse tree produced by XPath2Parser.literal().
The default implementation does nothing.
exitLiteral in interface XPath2ParserListenerctx - the parse treepublic void enterNumericLiteral(XPath2Parser.NumericLiteralContext ctx)
Enter a parse tree produced by XPath2Parser.numericLiteral().
The default implementation does nothing.
enterNumericLiteral in interface XPath2ParserListenerctx - the parse treepublic void exitNumericLiteral(XPath2Parser.NumericLiteralContext ctx)
Exit a parse tree produced by XPath2Parser.numericLiteral().
The default implementation does nothing.
exitNumericLiteral in interface XPath2ParserListenerctx - the parse treepublic void enterVarRef(XPath2Parser.VarRefContext ctx)
Enter a parse tree produced by XPath2Parser.varRef().
The default implementation does nothing.
enterVarRef in interface XPath2ParserListenerctx - the parse treepublic void exitVarRef(XPath2Parser.VarRefContext ctx)
Exit a parse tree produced by XPath2Parser.varRef().
The default implementation does nothing.
exitVarRef in interface XPath2ParserListenerctx - the parse treepublic void enterVarName(XPath2Parser.VarNameContext ctx)
Enter a parse tree produced by XPath2Parser.varName().
The default implementation does nothing.
enterVarName in interface XPath2ParserListenerctx - the parse treepublic void exitVarName(XPath2Parser.VarNameContext ctx)
Exit a parse tree produced by XPath2Parser.varName().
The default implementation does nothing.
exitVarName in interface XPath2ParserListenerctx - the parse treepublic void enterParenthesizedExpr(XPath2Parser.ParenthesizedExprContext ctx)
Enter a parse tree produced by XPath2Parser.parenthesizedExpr().
The default implementation does nothing.
enterParenthesizedExpr in interface XPath2ParserListenerctx - the parse treepublic void exitParenthesizedExpr(XPath2Parser.ParenthesizedExprContext ctx)
Exit a parse tree produced by XPath2Parser.parenthesizedExpr().
The default implementation does nothing.
exitParenthesizedExpr in interface XPath2ParserListenerctx - the parse treepublic void enterContextItemExpr(XPath2Parser.ContextItemExprContext ctx)
Enter a parse tree produced by XPath2Parser.contextItemExpr().
The default implementation does nothing.
enterContextItemExpr in interface XPath2ParserListenerctx - the parse treepublic void exitContextItemExpr(XPath2Parser.ContextItemExprContext ctx)
Exit a parse tree produced by XPath2Parser.contextItemExpr().
The default implementation does nothing.
exitContextItemExpr in interface XPath2ParserListenerctx - the parse treepublic void enterFunctionCall(XPath2Parser.FunctionCallContext ctx)
Enter a parse tree produced by XPath2Parser.functionCall().
The default implementation does nothing.
enterFunctionCall in interface XPath2ParserListenerctx - the parse treepublic void exitFunctionCall(XPath2Parser.FunctionCallContext ctx)
Exit a parse tree produced by XPath2Parser.functionCall().
The default implementation does nothing.
exitFunctionCall in interface XPath2ParserListenerctx - the parse treepublic void enterFunctionCallMiddle(XPath2Parser.FunctionCallMiddleContext ctx)
Enter a parse tree produced by XPath2Parser.functionCallMiddle().
The default implementation does nothing.
enterFunctionCallMiddle in interface XPath2ParserListenerctx - the parse treepublic void exitFunctionCallMiddle(XPath2Parser.FunctionCallMiddleContext ctx)
Exit a parse tree produced by XPath2Parser.functionCallMiddle().
The default implementation does nothing.
exitFunctionCallMiddle in interface XPath2ParserListenerctx - the parse treepublic void enterSingleType(XPath2Parser.SingleTypeContext ctx)
Enter a parse tree produced by XPath2Parser.singleType().
The default implementation does nothing.
enterSingleType in interface XPath2ParserListenerctx - the parse treepublic void exitSingleType(XPath2Parser.SingleTypeContext ctx)
Exit a parse tree produced by XPath2Parser.singleType().
The default implementation does nothing.
exitSingleType in interface XPath2ParserListenerctx - the parse treepublic void enterSequenceType(XPath2Parser.SequenceTypeContext ctx)
Enter a parse tree produced by XPath2Parser.sequenceType().
The default implementation does nothing.
enterSequenceType in interface XPath2ParserListenerctx - the parse treepublic void exitSequenceType(XPath2Parser.SequenceTypeContext ctx)
Exit a parse tree produced by XPath2Parser.sequenceType().
The default implementation does nothing.
exitSequenceType in interface XPath2ParserListenerctx - the parse treepublic void enterOccurrenceIndicator(XPath2Parser.OccurrenceIndicatorContext ctx)
Enter a parse tree produced by XPath2Parser.occurrenceIndicator().
The default implementation does nothing.
enterOccurrenceIndicator in interface XPath2ParserListenerctx - the parse treepublic void exitOccurrenceIndicator(XPath2Parser.OccurrenceIndicatorContext ctx)
Exit a parse tree produced by XPath2Parser.occurrenceIndicator().
The default implementation does nothing.
exitOccurrenceIndicator in interface XPath2ParserListenerctx - the parse treepublic void enterItemType(XPath2Parser.ItemTypeContext ctx)
Enter a parse tree produced by XPath2Parser.itemType().
The default implementation does nothing.
enterItemType in interface XPath2ParserListenerctx - the parse treepublic void exitItemType(XPath2Parser.ItemTypeContext ctx)
Exit a parse tree produced by XPath2Parser.itemType().
The default implementation does nothing.
exitItemType in interface XPath2ParserListenerctx - the parse treepublic void enterAtomicType(XPath2Parser.AtomicTypeContext ctx)
Enter a parse tree produced by XPath2Parser.atomicType().
The default implementation does nothing.
enterAtomicType in interface XPath2ParserListenerctx - the parse treepublic void exitAtomicType(XPath2Parser.AtomicTypeContext ctx)
Exit a parse tree produced by XPath2Parser.atomicType().
The default implementation does nothing.
exitAtomicType in interface XPath2ParserListenerctx - the parse treepublic void enterKindTest(XPath2Parser.KindTestContext ctx)
Enter a parse tree produced by XPath2Parser.kindTest().
The default implementation does nothing.
enterKindTest in interface XPath2ParserListenerctx - the parse treepublic void exitKindTest(XPath2Parser.KindTestContext ctx)
Exit a parse tree produced by XPath2Parser.kindTest().
The default implementation does nothing.
exitKindTest in interface XPath2ParserListenerctx - the parse treepublic void enterAnyKindTest(XPath2Parser.AnyKindTestContext ctx)
Enter a parse tree produced by XPath2Parser.anyKindTest().
The default implementation does nothing.
enterAnyKindTest in interface XPath2ParserListenerctx - the parse treepublic void exitAnyKindTest(XPath2Parser.AnyKindTestContext ctx)
Exit a parse tree produced by XPath2Parser.anyKindTest().
The default implementation does nothing.
exitAnyKindTest in interface XPath2ParserListenerctx - the parse treepublic void enterDocumentTest(XPath2Parser.DocumentTestContext ctx)
Enter a parse tree produced by XPath2Parser.documentTest().
The default implementation does nothing.
enterDocumentTest in interface XPath2ParserListenerctx - the parse treepublic void exitDocumentTest(XPath2Parser.DocumentTestContext ctx)
Exit a parse tree produced by XPath2Parser.documentTest().
The default implementation does nothing.
exitDocumentTest in interface XPath2ParserListenerctx - the parse treepublic void enterTextTest(XPath2Parser.TextTestContext ctx)
Enter a parse tree produced by XPath2Parser.textTest().
The default implementation does nothing.
enterTextTest in interface XPath2ParserListenerctx - the parse treepublic void exitTextTest(XPath2Parser.TextTestContext ctx)
Exit a parse tree produced by XPath2Parser.textTest().
The default implementation does nothing.
exitTextTest in interface XPath2ParserListenerctx - the parse treepublic void enterCommentTest(XPath2Parser.CommentTestContext ctx)
Enter a parse tree produced by XPath2Parser.commentTest().
The default implementation does nothing.
enterCommentTest in interface XPath2ParserListenerctx - the parse treepublic void exitCommentTest(XPath2Parser.CommentTestContext ctx)
Exit a parse tree produced by XPath2Parser.commentTest().
The default implementation does nothing.
exitCommentTest in interface XPath2ParserListenerctx - the parse treepublic void enterPITest(XPath2Parser.PITestContext ctx)
Enter a parse tree produced by XPath2Parser.pITest().
The default implementation does nothing.
enterPITest in interface XPath2ParserListenerctx - the parse treepublic void exitPITest(XPath2Parser.PITestContext ctx)
Exit a parse tree produced by XPath2Parser.pITest().
The default implementation does nothing.
exitPITest in interface XPath2ParserListenerctx - the parse treepublic void enterAttributeTest(XPath2Parser.AttributeTestContext ctx)
Enter a parse tree produced by XPath2Parser.attributeTest().
The default implementation does nothing.
enterAttributeTest in interface XPath2ParserListenerctx - the parse treepublic void exitAttributeTest(XPath2Parser.AttributeTestContext ctx)
Exit a parse tree produced by XPath2Parser.attributeTest().
The default implementation does nothing.
exitAttributeTest in interface XPath2ParserListenerctx - the parse treepublic void enterAttribNameOrWildcard(XPath2Parser.AttribNameOrWildcardContext ctx)
Enter a parse tree produced by XPath2Parser.attribNameOrWildcard().
The default implementation does nothing.
enterAttribNameOrWildcard in interface XPath2ParserListenerctx - the parse treepublic void exitAttribNameOrWildcard(XPath2Parser.AttribNameOrWildcardContext ctx)
Exit a parse tree produced by XPath2Parser.attribNameOrWildcard().
The default implementation does nothing.
exitAttribNameOrWildcard in interface XPath2ParserListenerctx - the parse treepublic void enterSchemaAttributeTest(XPath2Parser.SchemaAttributeTestContext ctx)
Enter a parse tree produced by XPath2Parser.schemaAttributeTest().
The default implementation does nothing.
enterSchemaAttributeTest in interface XPath2ParserListenerctx - the parse treepublic void exitSchemaAttributeTest(XPath2Parser.SchemaAttributeTestContext ctx)
Exit a parse tree produced by XPath2Parser.schemaAttributeTest().
The default implementation does nothing.
exitSchemaAttributeTest in interface XPath2ParserListenerctx - the parse treepublic void enterAttributeDeclaration(XPath2Parser.AttributeDeclarationContext ctx)
Enter a parse tree produced by XPath2Parser.attributeDeclaration().
The default implementation does nothing.
enterAttributeDeclaration in interface XPath2ParserListenerctx - the parse treepublic void exitAttributeDeclaration(XPath2Parser.AttributeDeclarationContext ctx)
Exit a parse tree produced by XPath2Parser.attributeDeclaration().
The default implementation does nothing.
exitAttributeDeclaration in interface XPath2ParserListenerctx - the parse treepublic void enterElementTest(XPath2Parser.ElementTestContext ctx)
Enter a parse tree produced by XPath2Parser.elementTest().
The default implementation does nothing.
enterElementTest in interface XPath2ParserListenerctx - the parse treepublic void exitElementTest(XPath2Parser.ElementTestContext ctx)
Exit a parse tree produced by XPath2Parser.elementTest().
The default implementation does nothing.
exitElementTest in interface XPath2ParserListenerctx - the parse treepublic void enterElementNameOrWildcard(XPath2Parser.ElementNameOrWildcardContext ctx)
Enter a parse tree produced by XPath2Parser.elementNameOrWildcard().
The default implementation does nothing.
enterElementNameOrWildcard in interface XPath2ParserListenerctx - the parse treepublic void exitElementNameOrWildcard(XPath2Parser.ElementNameOrWildcardContext ctx)
Exit a parse tree produced by XPath2Parser.elementNameOrWildcard().
The default implementation does nothing.
exitElementNameOrWildcard in interface XPath2ParserListenerctx - the parse treepublic void enterSchemaElementTest(XPath2Parser.SchemaElementTestContext ctx)
Enter a parse tree produced by XPath2Parser.schemaElementTest().
The default implementation does nothing.
enterSchemaElementTest in interface XPath2ParserListenerctx - the parse treepublic void exitSchemaElementTest(XPath2Parser.SchemaElementTestContext ctx)
Exit a parse tree produced by XPath2Parser.schemaElementTest().
The default implementation does nothing.
exitSchemaElementTest in interface XPath2ParserListenerctx - the parse treepublic void enterElementDeclaration(XPath2Parser.ElementDeclarationContext ctx)
Enter a parse tree produced by XPath2Parser.elementDeclaration().
The default implementation does nothing.
enterElementDeclaration in interface XPath2ParserListenerctx - the parse treepublic void exitElementDeclaration(XPath2Parser.ElementDeclarationContext ctx)
Exit a parse tree produced by XPath2Parser.elementDeclaration().
The default implementation does nothing.
exitElementDeclaration in interface XPath2ParserListenerctx - the parse treepublic void enterAttributeName(XPath2Parser.AttributeNameContext ctx)
Enter a parse tree produced by XPath2Parser.attributeName().
The default implementation does nothing.
enterAttributeName in interface XPath2ParserListenerctx - the parse treepublic void exitAttributeName(XPath2Parser.AttributeNameContext ctx)
Exit a parse tree produced by XPath2Parser.attributeName().
The default implementation does nothing.
exitAttributeName in interface XPath2ParserListenerctx - the parse treepublic void enterElementName(XPath2Parser.ElementNameContext ctx)
Enter a parse tree produced by XPath2Parser.elementName().
The default implementation does nothing.
enterElementName in interface XPath2ParserListenerctx - the parse treepublic void exitElementName(XPath2Parser.ElementNameContext ctx)
Exit a parse tree produced by XPath2Parser.elementName().
The default implementation does nothing.
exitElementName in interface XPath2ParserListenerctx - the parse treepublic void enterTypeName(XPath2Parser.TypeNameContext ctx)
Enter a parse tree produced by XPath2Parser.typeName().
The default implementation does nothing.
enterTypeName in interface XPath2ParserListenerctx - the parse treepublic void exitTypeName(XPath2Parser.TypeNameContext ctx)
Exit a parse tree produced by XPath2Parser.typeName().
The default implementation does nothing.
exitTypeName in interface XPath2ParserListenerctx - the parse treepublic void enterIntegerLiteral(XPath2Parser.IntegerLiteralContext ctx)
Enter a parse tree produced by XPath2Parser.integerLiteral().
The default implementation does nothing.
enterIntegerLiteral in interface XPath2ParserListenerctx - the parse treepublic void exitIntegerLiteral(XPath2Parser.IntegerLiteralContext ctx)
Exit a parse tree produced by XPath2Parser.integerLiteral().
The default implementation does nothing.
exitIntegerLiteral in interface XPath2ParserListenerctx - the parse treepublic void enterDecimalLiteral(XPath2Parser.DecimalLiteralContext ctx)
Enter a parse tree produced by XPath2Parser.decimalLiteral().
The default implementation does nothing.
enterDecimalLiteral in interface XPath2ParserListenerctx - the parse treepublic void exitDecimalLiteral(XPath2Parser.DecimalLiteralContext ctx)
Exit a parse tree produced by XPath2Parser.decimalLiteral().
The default implementation does nothing.
exitDecimalLiteral in interface XPath2ParserListenerctx - the parse treepublic void enterDoubleLiteral(XPath2Parser.DoubleLiteralContext ctx)
Enter a parse tree produced by XPath2Parser.doubleLiteral().
The default implementation does nothing.
enterDoubleLiteral in interface XPath2ParserListenerctx - the parse treepublic void exitDoubleLiteral(XPath2Parser.DoubleLiteralContext ctx)
Exit a parse tree produced by XPath2Parser.doubleLiteral().
The default implementation does nothing.
exitDoubleLiteral in interface XPath2ParserListenerctx - the parse treepublic void enterStringLiteral(XPath2Parser.StringLiteralContext ctx)
Enter a parse tree produced by XPath2Parser.stringLiteral().
The default implementation does nothing.
enterStringLiteral in interface XPath2ParserListenerctx - the parse treepublic void exitStringLiteral(XPath2Parser.StringLiteralContext ctx)
Exit a parse tree produced by XPath2Parser.stringLiteral().
The default implementation does nothing.
exitStringLiteral in interface XPath2ParserListenerctx - the parse treepublic void enterQName(XPath2Parser.QNameContext ctx)
Enter a parse tree produced by XPath2Parser.qName().
The default implementation does nothing.
enterQName in interface XPath2ParserListenerctx - the parse treepublic void exitQName(XPath2Parser.QNameContext ctx)
Exit a parse tree produced by XPath2Parser.qName().
The default implementation does nothing.
exitQName in interface XPath2ParserListenerctx - the parse treepublic void enterNCName(XPath2Parser.NCNameContext ctx)
Enter a parse tree produced by XPath2Parser.nCName().
The default implementation does nothing.
enterNCName in interface XPath2ParserListenerctx - the parse treepublic void exitNCName(XPath2Parser.NCNameContext ctx)
Exit a parse tree produced by XPath2Parser.nCName().
The default implementation does nothing.
exitNCName in interface XPath2ParserListenerctx - the parse treepublic void enterReservedFunctionNames(XPath2Parser.ReservedFunctionNamesContext ctx)
Enter a parse tree produced by XPath2Parser.reservedFunctionNames().
The default implementation does nothing.
enterReservedFunctionNames in interface XPath2ParserListenerctx - the parse treepublic void exitReservedFunctionNames(XPath2Parser.ReservedFunctionNamesContext ctx)
Exit a parse tree produced by XPath2Parser.reservedFunctionNames().
The default implementation does nothing.
exitReservedFunctionNames in interface XPath2ParserListenerctx - the parse treepublic void enterReservedFunctionNCNames(XPath2Parser.ReservedFunctionNCNamesContext ctx)
Enter a parse tree produced by XPath2Parser.reservedFunctionNCNames().
The default implementation does nothing.
enterReservedFunctionNCNames in interface XPath2ParserListenerctx - the parse treepublic void exitReservedFunctionNCNames(XPath2Parser.ReservedFunctionNCNamesContext ctx)
Exit a parse tree produced by XPath2Parser.reservedFunctionNCNames().
The default implementation does nothing.
exitReservedFunctionNCNames in interface XPath2ParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2017. All rights reserved.