|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expr | |
|---|---|
| com.ximpleware | |
| com.ximpleware.xpath | |
| Uses of Expr in com.ximpleware |
|---|
| Subclasses of Expr in com.ximpleware | |
|---|---|
class |
BinaryExpr
The parser.java uses this class to contruct the corresponding AST for XPath expression when there are two operands and one operator |
class |
CachedExpr
|
class |
FilterExpr
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates |
class |
FuncExpr
FuncExpr implements the function expression defined in XPath spec |
class |
FunctionalLocationPathExpr
|
class |
LocationPathExpr
LocationPathExpr implements the location path expression as defined in XPath spec |
class |
PathExpr
PathExpr implements the Path expression as defined in XPath spec |
class |
UnionExpr
|
| Fields in com.ximpleware declared as Expr | |
|---|---|
Expr |
UnionExpr.e
|
Expr |
FilterExpr.e
|
protected Expr |
BinaryExpr.left
|
protected Expr |
BinaryExpr.right
|
protected Expr |
AutoPilot.xpe
|
| Constructors in com.ximpleware with parameters of type Expr | |
|---|---|
BinaryExpr(Expr l,
int o,
Expr r)
constructor |
|
CachedExpr(Expr e1)
|
|
FilterExpr(Expr l,
Predicate pr)
|
|
PathExpr(Expr f,
LocationPathExpr l)
|
|
UnionExpr(Expr e1)
|
|
| 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 |
class |
VariableExpr
|
| 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)
|
|
VariableExpr(String name,
Expr e)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||