Uses of Interface
com.evolvedbinary.xpath.parser.ast.NodeTest
-
Packages that use NodeTest Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of NodeTest in com.evolvedbinary.xpath.parser.ast
Classes in com.evolvedbinary.xpath.parser.ast that implement NodeTest Modifier and Type Class Description classAnyKindTestCreated by aretter on 31/01/2016.classAttributeTestCreated by aretter on 30/01/2016.classCommentTestCreated by aretter on 31/01/2016.classDocumentTestCreated by aretter on 30/01/2016.classElementTestCreated by aretter on 30/01/2016.classKindTestCreated by aretter on 30/01/2016.classNameTestCreated by aretter on 28/01/2016.classPITestCreated by aretter on 30/01/2016.classSchemaAttributeTestCreated by aretter on 30/01/2016.classSchemaElementTestCreated by aretter on 30/01/2016.Methods in com.evolvedbinary.xpath.parser.ast that return NodeTest Modifier and Type Method Description NodeTestStep. getNodeTest()Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type NodeTest Constructor Description Step(Axis axis, NodeTest nodeTest) -
Uses of NodeTest in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type NodeTest Modifier and Type Method Description StepPartialStep. complete(NodeTest nodeTest)
-