| Package | Description |
|---|---|
| org.javarosa.xpath | |
| org.javarosa.xpath.expr |
| Modifier and Type | Class and Description |
|---|---|
class |
XPathLazyNodeset
Represents a set of XPath nodes returned from a path or other operation which acts on multiple
paths.
|
| Modifier and Type | Method and Description |
|---|---|
static XPathNodeset |
XPathNodeset.ConstructInvalidPathNodeset(String pathEvaluated,
String originalPath) |
static XPathNodeset |
XPathNodeset.shuffle(XPathNodeset input)
Builds and returns a copy of a XPathNodeset with nodes in a randomized order.
|
static XPathNodeset |
XPathNodeset.shuffle(XPathNodeset input,
long seed)
Builds and returns a copy of a XPathNodeset with nodes in a randomized order.
|
| Modifier and Type | Method and Description |
|---|---|
static XPathNodeset |
XPathNodeset.shuffle(XPathNodeset input)
Builds and returns a copy of a XPathNodeset with nodes in a randomized order.
|
static XPathNodeset |
XPathNodeset.shuffle(XPathNodeset input,
long seed)
Builds and returns a copy of a XPathNodeset with nodes in a randomized order.
|
| Modifier and Type | Method and Description |
|---|---|
XPathNodeset |
XPathPathExpr.eval(DataInstance unusedDataInstance,
EvaluationContext ec) |
XPathNodeset |
XPathPathExprEval.eval(TreeReference reference,
EvaluationContext ec) |
Copyright © 2022. All rights reserved.