com.evolvedbinary.xpath.parser.ast
Class Step
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.Step
- All Implemented Interfaces:
- ASTNode
public class Step
- extends AbstractASTNode
Created by aretter on 10/02/2016.
Step
public Step(Axis axis,
NodeTest nodeTest)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getAxis
public Axis getAxis()
getNodeTest
public NodeTest getNodeTest()
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.