Uses of Class
com.ximpleware.xpath.Expr

Packages that use Expr
com.ximpleware.xpath   
 

Uses of Expr in com.ximpleware.xpath
 

Subclasses of Expr in com.ximpleware.xpath
 class LiteralExpr
          This class represents a literal string XPath expression
 class NumExpr
          This class represent an XPath that is a double
 class UnaryExpr
          Parser use this class to represent Unary Expr
 

Fields in com.ximpleware.xpath declared as Expr
 Expr Alist.e
           
 Expr Predicate.expr
           
 Expr UnaryExpr.operand
           
 

Constructors in com.ximpleware.xpath with parameters of type Expr
UnaryExpr(int o, Expr e)