Uses of Class
org.xlattice.corexml.expr.NodeTest

Packages that use NodeTest
org.xlattice.corexml.expr Code to support the evaluation of various types of expressions, most importantly XPath. 
 

Uses of NodeTest in org.xlattice.corexml.expr
 

Fields in org.xlattice.corexml.expr declared as NodeTest
 NodeTest Step.nodeTest
          the node test
static NodeTest ExprParser.NTEST_COMMENT
           
static NodeTest ExprParser.NTEST_ELEMENT
           
static NodeTest ExprParser.NTEST_NODE
           
static NodeTest ExprParser.NTEST_PI
           
static NodeTest ExprParser.NTEST_STAR
           
static NodeTest ExprParser.NTEST_TEXT
           
 

Methods in org.xlattice.corexml.expr that return NodeTest
(package private)  NodeTest ExprParser.collectNodeTest()
          Expect the next tokens from the lexer to represent a NodeTest.
 NodeTest Step.getNodeTest()
           
 

Constructors in org.xlattice.corexml.expr with parameters of type NodeTest
Step(int along, NodeTest nt, boolean single)
          Create a location path Step.