Uses of Interface org.jaxen.expr.Expr

Uses in package org.jaxen.expr

Classes implementing org.jaxen.expr.Expr

class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class

Constructors with parameter type org.jaxen.expr.Expr

DefaultPathExpr.DefaultPathExpr(Expr filterExpr, LocationPath locationPath)

Fields of type org.jaxen.expr.Expr

Expr
Expr
Expr
Expr
Expr
Expr
Expr

Methods with parameter type org.jaxen.expr.Expr

void
void
Add the next argument to the function.
BinaryExpr
DefaultXPathFactory.createAdditiveExpr(Expr lhs, Expr rhs, int additiveOperator)
BinaryExpr
XPathFactory.createAdditiveExpr(Expr lhs, Expr rhs, int additiveOperator)
Returns a new XPath additive expression.
BinaryExpr
BinaryExpr
Returns a new XPath And expression.
BinaryExpr
DefaultXPathFactory.createEqualityExpr(Expr lhs, Expr rhs, int equalityOperator)
BinaryExpr
XPathFactory.createEqualityExpr(Expr lhs, Expr rhs, int equalityOperator)
Returns a new XPath equality expression.
FilterExpr
FilterExpr
Returns a new XPath filter expression.
BinaryExpr
DefaultXPathFactory.createMultiplicativeExpr(Expr lhs, Expr rhs, int multiplicativeOperator)
BinaryExpr
XPathFactory.createMultiplicativeExpr(Expr lhs, Expr rhs, int multiplicativeOperator)
Returns a new XPath multiplicative expression.
BinaryExpr
BinaryExpr
Returns a new XPath Or expression.
Predicate
Predicate
Create from the supplied expression.
BinaryExpr
DefaultXPathFactory.createRelationalExpr(Expr lhs, Expr rhs, int relationalOperator)
BinaryExpr
XPathFactory.createRelationalExpr(Expr lhs, Expr rhs, int relationalOperator)
Returns a new XPath relational expression.
Expr
DefaultXPathFactory.createUnaryExpr(Expr expr, int unaryOperator)
Expr
XPathFactory.createUnaryExpr(Expr expr, int unaryOperator)
Returns a new XPath unary expression.
UnionExpr
UnionExpr
Returns a new XPath union expression.
XPathExpr
XPathExpr
Create a new XPathExpr from an Expr.
void
Change the expression used by this predicate.
void
Change the expression used by this predicate.
void
Changes the expression's filter expression.
void
Changes the expression's filter expression.
void
void
void
Changes the wrapped expression object.
void
Changes the wrapped expression object.

Methods with return type org.jaxen.expr.Expr

Expr
DefaultXPathFactory.createUnaryExpr(Expr expr, int unaryOperator)
Expr
XPathFactory.createUnaryExpr(Expr expr, int unaryOperator)
Returns a new XPath unary expression.
Expr
Expr
Returns the expression in this predicate.
Expr
Expr
Expr
Returns the expression in this predicate.
Expr
Returns the expression following the minus sign.
Expr
Returns the filter expression that starts the path expression.
Expr
Returns the filter expression that starts the path expression.
Expr
Returns the left-hand side of the binary expression.
Expr
Returns the left-hand side of the binary expression.
Expr
Returns the right-hand side of the binary expression.
Expr
Returns the right-hand side of the binary expression.
Expr
Returns the wrapped expression object.
Expr
Returns the wrapped expression object.
Expr
Expr
Expr
Expr
Expr
Expr
Expr
Expr
Simplifies the XPath expression.

Uses in package org.jaxen

Methods with return type org.jaxen.expr.Expr

Expr
Retrieve the root expression of the internal compiled form of this XPath expression.

Uses in package org.jaxen.pattern

Methods with parameter type org.jaxen.expr.Expr

Pattern