|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expr | |
---|---|
com.werken.xpath.impl | Contains implementation classes for evaluating XPath components |
com.werken.xpath.parser | Contains generated Java classes from the antlr grammar. |
Uses of Expr in com.werken.xpath.impl |
---|
Subclasses of Expr in com.werken.xpath.impl | |
---|---|
class |
AbbrStep
|
class |
BinaryExpr
|
class |
FilterExpr
|
class |
FunctionExpr
|
class |
LocationPath
|
class |
NameTestStep
|
class |
NegativeExpr
|
class |
NodeTypeStep
|
class |
NumberExpr
|
class |
ParentStep
|
class |
PathExpr
|
class |
PIStep
|
class |
SelfStep
|
class |
Step
|
class |
StringExpr
|
class |
UnAbbrStep
|
class |
VariableExpr
|
Constructors in com.werken.xpath.impl with parameters of type Expr | |
---|---|
BinaryExpr(Op op,
Expr lhs,
Expr rhs)
|
|
FilterExpr(Expr expr)
|
|
NegativeExpr(Expr expr)
|
|
Predicate(Expr expr)
|
Uses of Expr in com.werken.xpath.parser |
---|
Methods in com.werken.xpath.parser that return Expr | |
---|---|
Expr |
XPathRecognizer.additive_expr()
|
Expr |
XPathRecognizer.and_expr()
|
Expr |
XPathRecognizer.argument()
|
Expr |
XPathRecognizer.equality_expr()
|
Expr |
XPathRecognizer.expr()
|
Expr |
XPathRecognizer.literal()
|
Expr |
XPathRecognizer.mult_expr()
|
Expr |
XPathRecognizer.number()
|
Expr |
XPathRecognizer.or_expr()
|
Expr |
XPathRecognizer.primary_expr()
|
Expr |
XPathRecognizer.relational_expr()
|
Expr |
XPathRecognizer.unary_expr()
|
Expr |
XPathRecognizer.union_expr()
|
Expr |
XPathRecognizer.xpath()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |