Uses of Class
org.javarosa.xpath.XPathUnsupportedException
| Package | Description |
|---|---|
| org.javarosa.xpath.expr |
-
Uses of XPathUnsupportedException in org.javarosa.xpath.expr
Methods in org.javarosa.xpath.expr that throw XPathUnsupportedException Modifier and Type Method Description TreeReferenceXPathPathExpr. 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