| Package | Description |
|---|---|
| org.javarosa.xpath.expr |
| Modifier and Type | Method and Description |
|---|---|
TreeReference |
XPathPathExpr.getReference()
translate an xpath path reference into a TreeReference
TreeReferences only support a subset of true xpath paths; restrictions are:
simple child name tests 'child::name', '.', and '..' allowed only
no predicates
all '..' steps must come before anything else
|
Copyright © 2023. All rights reserved.