Interface IAccumulatorData

    • Method Detail

      • getAccumulator

        Accumulator getAccumulator()
        Get the associated accumulator
        Returns:
        the accumulator
      • getValue

        Sequence getValue​(NodeInfo node,
                          boolean postDescent)
                   throws XPathException
        Get the value of the accumulator for a given node
        Parameters:
        node - the node in question
        postDescent - false if the pre-descent value of the accumulator is required; false if the post-descent value is wanted.
        Returns:
        the value of the accumulator for this node
        Throws:
        XPathException - if any error occurs