public interface 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
|
Accumulator getAccumulator()
Sequence getValue(NodeInfo node, boolean postDescent) throws XPathException
node
- the node in questionpostDescent
- false if the pre-descent value of the accumulator is required;
false if the post-descent value is wanted.XPathException
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.