| Package | Description |
|---|---|
| org.xmlpull.v1.builder.xpath.jaxen | |
| org.xmlpull.v1.builder.xpath.jaxen.expr | |
| org.xmlpull.v1.builder.xpath.jaxen.pattern |
| Modifier and Type | Method and Description |
|---|---|
Expr |
BaseXPath.getRootExpr()
Retrieve the root expression of the internal
compiled form of this XPath expression.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryExpr |
interface |
FilterExpr |
interface |
FunctionCallExpr |
interface |
LiteralExpr |
interface |
LocationPath |
interface |
NumberExpr |
interface |
PathExpr |
interface |
UnaryExpr |
interface |
UnionExpr |
interface |
VariableReferenceExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAbsoluteLocationPath |
class |
DefaultExpr |
class |
DefaultFilterExpr |
class |
DefaultRelativeLocationPath |
class |
DefaultUnionExpr |
| Modifier and Type | Method and Description |
|---|---|
Expr |
XPathFactory.createUnaryExpr(Expr expr,
int unaryOperator) |
Expr |
DefaultXPathFactory.createUnaryExpr(Expr expr,
int unaryOperator) |
Expr |
UnaryExpr.getExpr() |
Expr |
Predicate.getExpr() |
Expr |
DefaultFilterExpr.getExpr() |
Expr |
PathExpr.getFilterExpr() |
Expr |
BinaryExpr.getLHS() |
Expr |
BinaryExpr.getRHS() |
Expr |
XPathExpr.getRootExpr() |
Expr |
DefaultXPathExpr.getRootExpr() |
Expr |
Expr.simplify() |
Expr |
DefaultFilterExpr.simplify() |
Expr |
DefaultExpr.simplify() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionCallExpr.addParameter(Expr parameter) |
BinaryExpr |
XPathFactory.createAdditiveExpr(Expr lhs,
Expr rhs,
int additiveOperator) |
BinaryExpr |
DefaultXPathFactory.createAdditiveExpr(Expr lhs,
Expr rhs,
int additiveOperator) |
BinaryExpr |
XPathFactory.createAndExpr(Expr lhs,
Expr rhs) |
BinaryExpr |
DefaultXPathFactory.createAndExpr(Expr lhs,
Expr rhs) |
BinaryExpr |
XPathFactory.createEqualityExpr(Expr lhs,
Expr rhs,
int equalityOperator) |
BinaryExpr |
DefaultXPathFactory.createEqualityExpr(Expr lhs,
Expr rhs,
int equalityOperator) |
FilterExpr |
XPathFactory.createFilterExpr(Expr expr) |
FilterExpr |
DefaultXPathFactory.createFilterExpr(Expr expr) |
BinaryExpr |
XPathFactory.createMultiplicativeExpr(Expr lhs,
Expr rhs,
int multiplicativeOperator) |
BinaryExpr |
DefaultXPathFactory.createMultiplicativeExpr(Expr lhs,
Expr rhs,
int multiplicativeOperator) |
BinaryExpr |
XPathFactory.createOrExpr(Expr lhs,
Expr rhs) |
BinaryExpr |
DefaultXPathFactory.createOrExpr(Expr lhs,
Expr rhs) |
Predicate |
XPathFactory.createPredicate(Expr predicateExpr) |
Predicate |
DefaultXPathFactory.createPredicate(Expr predicateExpr) |
BinaryExpr |
XPathFactory.createRelationalExpr(Expr lhs,
Expr rhs,
int relationalOperator) |
BinaryExpr |
DefaultXPathFactory.createRelationalExpr(Expr lhs,
Expr rhs,
int relationalOperator) |
Expr |
XPathFactory.createUnaryExpr(Expr expr,
int unaryOperator) |
Expr |
DefaultXPathFactory.createUnaryExpr(Expr expr,
int unaryOperator) |
UnionExpr |
XPathFactory.createUnionExpr(Expr lhs,
Expr rhs) |
UnionExpr |
DefaultXPathFactory.createUnionExpr(Expr lhs,
Expr rhs) |
XPathExpr |
XPathFactory.createXPath(Expr rootExpr) |
XPathExpr |
DefaultXPathFactory.createXPath(Expr rootExpr) |
void |
Predicate.setExpr(Expr expr) |
void |
PathExpr.setFilterExpr(Expr filterExpr) |
void |
XPathExpr.setRootExpr(Expr rootExpr) |
void |
DefaultXPathExpr.setRootExpr(Expr rootExpr) |
| Constructor and Description |
|---|
DefaultFilterExpr(Expr expr) |
DefaultUnionExpr(Expr lhs,
Expr rhs) |
DefaultXPathExpr(Expr rootExpr) |
| Modifier and Type | Method and Description |
|---|---|
protected static Pattern |
PatternParser.convertExpr(Expr expr) |
Copyright © 2013. All Rights Reserved.