Class ExsltCommonFunctionSet.NodeSetFn

java.lang.Object
net.sf.saxon.functions.AbstractFunction
net.sf.saxon.functions.SystemFunction
net.sf.saxon.functions.registry.ExsltCommonFunctionSet.NodeSetFn
All Implemented Interfaces:
Callable, Function, GroundedValue, Item, Sequence
Enclosing class:
ExsltCommonFunctionSet

public static class ExsltCommonFunctionSet.NodeSetFn extends SystemFunction
Implement exslt:node-set
  • Constructor Details

    • NodeSetFn

      public NodeSetFn()
  • Method Details

    • call

      public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
      Description copied from interface: Function
      Invoke the function
      Parameters:
      context - the XPath dynamic evaluation context
      arguments - the actual arguments to be supplied
      Returns:
      the result of invoking the function
      Throws:
      XPathException - if a dynamic error occurs within the function