| Package | Description |
|---|---|
| org.javarosa.xpath.expr | |
| org.javarosa.xpath.parser.ast |
| Modifier and Type | Field and Description |
|---|---|
XPathStep[] |
XPathPathExpr.steps |
| Modifier and Type | Method and Description |
|---|---|
static XPathStep |
XPathStep.ABBR_DESCENDANTS() |
static XPathStep |
XPathStep.ABBR_PARENT() |
static XPathStep |
XPathStep.ABBR_SELF() |
XPathStep |
XPathStep.intern() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
XPathStep.matches(XPathStep o)
"matches" follows roughly the same process as equals(), in that it for a step it will
check whether two steps share the same properties (multiplicity, test, axis, etc).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XPathStep.attachCacheTable(CacheTable<XPathStep> refs) |
| Constructor and Description |
|---|
XPathPathExpr(int init_context,
XPathStep[] steps) |
XPathPathExpr(XPathFilterExpr filtExpr,
XPathStep[] steps) |
| Modifier and Type | Method and Description |
|---|---|
XPathStep |
ASTNodePathStep.getStep() |
Copyright © 2021. All rights reserved.