Uses of Class
org.javarosa.xpath.XPathNodeset
| Package | Description |
|---|---|
| org.javarosa.xpath | |
| org.javarosa.xpath.expr |
-
Uses of XPathNodeset in org.javarosa.xpath
Subclasses of XPathNodeset in org.javarosa.xpath Modifier and Type Class Description classXPathLazyNodesetRepresents a set of XPath nodes returned from a path or other operation which acts on multiple paths.Methods in org.javarosa.xpath that return XPathNodeset Modifier and Type Method Description static XPathNodesetXPathNodeset. ConstructInvalidPathNodeset(String pathEvaluated, String originalPath)static XPathNodesetXPathNodeset. shuffle(XPathNodeset input)Builds and returns a copy of a XPathNodeset with nodes in a randomized order.static XPathNodesetXPathNodeset. shuffle(XPathNodeset input, long seed)Builds and returns a copy of a XPathNodeset with nodes in a randomized order.Methods in org.javarosa.xpath with parameters of type XPathNodeset Modifier and Type Method Description static XPathNodesetXPathNodeset. shuffle(XPathNodeset input)Builds and returns a copy of a XPathNodeset with nodes in a randomized order.static XPathNodesetXPathNodeset. shuffle(XPathNodeset input, long seed)Builds and returns a copy of a XPathNodeset with nodes in a randomized order. -
Uses of XPathNodeset in org.javarosa.xpath.expr
Methods in org.javarosa.xpath.expr that return XPathNodeset Modifier and Type Method Description XPathNodesetXPathPathExpr. eval(DataInstance unusedDataInstance, EvaluationContext ec)XPathNodesetXPathPathExprEval. eval(TreeReference reference, EvaluationContext ec)