com.evolvedbinary.xpath.parser.ast
Class AxisStep
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.AxisStep
- All Implemented Interfaces:
- ASTNode, StepExpr
public class AxisStep
- extends AbstractASTNode
- implements StepExpr
Created by aretter on 28/01/2016.
SLASH_SLASH_ABBREV
public static AxisStep SLASH_SLASH_ABBREV
AxisStep
public AxisStep(Step step,
PredicateList predicateList)
describe
public final String describe()
- Specified by:
describe in class AbstractASTNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getStep
public Step getStep()
getPredicateList
public PredicateList getPredicateList()
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.