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

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

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

Subclasses of AttrExpr in com.hp.hpl.sparta.xpath
 class AttrEqualsExpr
          A '@attrName = "value"' test.
 class AttrExistsExpr
          A '@attrName' test to see if attribute exists.
 class AttrNotEqualsExpr
          A '@attrName != "value"' test.