public class XPathLazyNodeset extends XPathNodeset
ec, instance| Constructor and Description |
|---|
XPathLazyNodeset(TreeReference unExpandedRef,
DataInstance instance,
EvaluationContext ec)
Construct an XPath nodeset.
|
| Modifier and Type | Method and Description |
|---|---|
TreeReference |
getRefAt(int i) |
List<TreeReference> |
getReferences() |
Object |
getValAt(int i) |
protected String |
nodeContents() |
int |
size() |
Object[] |
toArgList() |
Object |
unpack() |
ConstructInvalidPathNodeset, getInvalidNodesetException, getNonEmptySize, setReferences, shuffle, shufflepublic XPathLazyNodeset(TreeReference unExpandedRef, DataInstance instance, EvaluationContext ec)
nodes - instance - ec - public Object unpack()
unpack in class XPathNodesetpublic Object[] toArgList()
toArgList in class XPathNodesetpublic List<TreeReference> getReferences()
getReferences in class XPathNodesetpublic int size()
size in class XPathNodesetpublic TreeReference getRefAt(int i)
getRefAt in class XPathNodesetpublic Object getValAt(int i)
getValAt in class XPathNodesetprotected String nodeContents()
nodeContents in class XPathNodesetCopyright © 2021. All rights reserved.