Uses of Class
com.hp.hpl.sparta.xpath.BooleanExpr

Packages that use BooleanExpr
com.hp.hpl.sparta.xpath XPath parse trees over which Visitor objects can traverse to apply the XPath expression to DOM nodes. 
 

Uses of BooleanExpr in com.hp.hpl.sparta.xpath
 

Subclasses of BooleanExpr in com.hp.hpl.sparta.xpath
 class AttrEqualsExpr
          A '@attrName = "value"' test.
 class AttrExistsExpr
          A '@attrName' test to see if attribute exists.
 class AttrExpr
          A boolean test on an attribute.
 class AttrNotEqualsExpr
          A '@attrName != "value"' test.
 class PositionEqualsExpr
          Test position within element list.
 class TrueExpr
          The boolean constant "true".
 

Methods in com.hp.hpl.sparta.xpath that return BooleanExpr
 BooleanExpr Step.getPredicate()