Class SaxonSlice

All Implemented Interfaces:
Callable, FunctionItem, GroundedValue, Item, Sequence

public class SaxonSlice extends SystemFunction
This class implements the saxon:slice() (proposed as fn:slice() for 4.0))
  • Constructor Details

    • SaxonSlice

      public SaxonSlice()
  • Method Details

    • call

      public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
      Evaluate the expression
      Parameters:
      context - the dynamic evaluation context
      arguments - the values of the arguments
      Returns:
      the result of the evaluation
      Throws:
      XPathException - if a dynamic error occurs during the evaluation of the expression