public class XpathProcessor extends XpathBaseVisitor<XValue>
| 构造器和说明 |
|---|
XpathProcessor(org.jsoup.select.Elements root) |
visitVariableReferenceaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic XValue visitMain(XpathParser.MainContext ctx)
XpathBaseVisitorXpathParser.main().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMain 在接口中 XpathVisitor<XValue>visitMain 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitLocationPath(XpathParser.LocationPathContext ctx)
XpathBaseVisitorXpathParser.locationPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLocationPath 在接口中 XpathVisitor<XValue>visitLocationPath 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitAbsoluteLocationPathNoroot(XpathParser.AbsoluteLocationPathNorootContext ctx)
XpathBaseVisitorXpathParser.absoluteLocationPathNoroot().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAbsoluteLocationPathNoroot 在接口中 XpathVisitor<XValue>visitAbsoluteLocationPathNoroot 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitRelativeLocationPath(XpathParser.RelativeLocationPathContext ctx)
XpathBaseVisitorXpathParser.relativeLocationPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelativeLocationPath 在接口中 XpathVisitor<XValue>visitRelativeLocationPath 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitStep(XpathParser.StepContext ctx)
XpathBaseVisitorXpathParser.step().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStep 在接口中 XpathVisitor<XValue>visitStep 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitAbbreviatedStep(XpathParser.AbbreviatedStepContext ctx)
XpathBaseVisitorXpathParser.abbreviatedStep().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAbbreviatedStep 在接口中 XpathVisitor<XValue>visitAbbreviatedStep 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitAxisSpecifier(XpathParser.AxisSpecifierContext ctx)
XpathBaseVisitorXpathParser.axisSpecifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAxisSpecifier 在接口中 XpathVisitor<XValue>visitAxisSpecifier 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitNodeTest(XpathParser.NodeTestContext ctx)
XpathBaseVisitorXpathParser.nodeTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNodeTest 在接口中 XpathVisitor<XValue>visitNodeTest 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitPredicate(XpathParser.PredicateContext ctx)
XpathBaseVisitorXpathParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate 在接口中 XpathVisitor<XValue>visitPredicate 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitNameTest(XpathParser.NameTestContext ctx)
XpathBaseVisitorXpathParser.nameTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameTest 在接口中 XpathVisitor<XValue>visitNameTest 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitQName(XpathParser.QNameContext ctx)
XpathBaseVisitorXpathParser.qName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQName 在接口中 XpathVisitor<XValue>visitQName 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitNCName(XpathParser.NCNameContext ctx)
XpathBaseVisitorXpathParser.nCName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNCName 在接口中 XpathVisitor<XValue>visitNCName 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitExpr(XpathParser.ExprContext ctx)
XpathBaseVisitorXpathParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 XpathVisitor<XValue>visitExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitOrExpr(XpathParser.OrExprContext ctx)
XpathBaseVisitorXpathParser.orExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrExpr 在接口中 XpathVisitor<XValue>visitOrExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitAndExpr(XpathParser.AndExprContext ctx)
XpathBaseVisitorXpathParser.andExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndExpr 在接口中 XpathVisitor<XValue>visitAndExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitEqualityExpr(XpathParser.EqualityExprContext ctx)
XpathBaseVisitorXpathParser.equalityExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqualityExpr 在接口中 XpathVisitor<XValue>visitEqualityExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitRelationalExpr(XpathParser.RelationalExprContext ctx)
XpathBaseVisitorXpathParser.relationalExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelationalExpr 在接口中 XpathVisitor<XValue>visitRelationalExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitAdditiveExpr(XpathParser.AdditiveExprContext ctx)
XpathBaseVisitorXpathParser.additiveExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAdditiveExpr 在接口中 XpathVisitor<XValue>visitAdditiveExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitMultiplicativeExpr(XpathParser.MultiplicativeExprContext ctx)
XpathBaseVisitorXpathParser.multiplicativeExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiplicativeExpr 在接口中 XpathVisitor<XValue>visitMultiplicativeExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitUnaryExprNoRoot(XpathParser.UnaryExprNoRootContext ctx)
XpathBaseVisitorXpathParser.unaryExprNoRoot().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnaryExprNoRoot 在接口中 XpathVisitor<XValue>visitUnaryExprNoRoot 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitUnionExprNoRoot(XpathParser.UnionExprNoRootContext ctx)
XpathBaseVisitorXpathParser.unionExprNoRoot().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionExprNoRoot 在接口中 XpathVisitor<XValue>visitUnionExprNoRoot 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitPathExprNoRoot(XpathParser.PathExprNoRootContext ctx)
XpathBaseVisitorXpathParser.pathExprNoRoot().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPathExprNoRoot 在接口中 XpathVisitor<XValue>visitPathExprNoRoot 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitFilterExpr(XpathParser.FilterExprContext ctx)
XpathBaseVisitorXpathParser.filterExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterExpr 在接口中 XpathVisitor<XValue>visitFilterExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitPrimaryExpr(XpathParser.PrimaryExprContext ctx)
XpathBaseVisitorXpathParser.primaryExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryExpr 在接口中 XpathVisitor<XValue>visitPrimaryExpr 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitFunctionCall(XpathParser.FunctionCallContext ctx)
XpathBaseVisitorXpathParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 XpathVisitor<XValue>visitFunctionCall 在类中 XpathBaseVisitor<XValue>ctx - the parse treepublic XValue visitFunctionName(XpathParser.FunctionNameContext ctx)
XpathBaseVisitorXpathParser.functionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionName 在接口中 XpathVisitor<XValue>visitFunctionName 在类中 XpathBaseVisitor<XValue>ctx - the parse treeCopyright © 2018. All Rights Reserved.