public class PathMappedAccumulatorData extends java.lang.Object implements IAccumulatorData
| Modifier and Type | Method and Description |
|---|---|
Accumulator |
getAccumulator()
Get the associated accumulator
|
Sequence<?> |
getValue(NodeInfo node,
boolean postDescent)
Get the value of the accumulator for a given node
|
public Accumulator getAccumulator()
IAccumulatorDatagetAccumulator in interface IAccumulatorDatapublic Sequence<?> getValue(NodeInfo node, boolean postDescent) throws XPathException
IAccumulatorDatagetValue in interface IAccumulatorDatanode - the node in questionpostDescent - false if the pre-descent value of the accumulator is required;
false if the post-descent value is wanted.XPathExceptionCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.