Uses of Class
org.basex.query.xpath.locpath.TestNode

Packages that use TestNode
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Uses of TestNode in org.basex.query.xpath.locpath
 

Fields in org.basex.query.xpath.locpath declared as TestNode
static TestNode TestNode.COMM
          comment() kind.
static TestNode TestNode.NODE
          node() kind.
static TestNode TestNode.PI
          processing-instruction() kind.
static TestNode TestNode.TEXT
          text() kind.