Class Tokenize_1

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

public class Tokenize_1 extends SystemFunction
This class implements the single-argument tokenize() function introduced in XPath 3.1
  • Constructor Details

    • Tokenize_1

      public Tokenize_1()
  • Method Details

    • call

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