Class DocumentFunction

  • All Implemented Interfaces:
    Function

    public class DocumentFunction
    extends java.lang.Object
    implements Function
    Implements the XSLT document() function
    Author:
    James Strachan
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(Context context, java.util.List args)
      Evaluate this function.
      static java.lang.Object evaluate​(java.lang.String url, Navigator nav)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentFunction

        public DocumentFunction()
    • Method Detail

      • call

        public java.lang.Object call​(Context context,
                                     java.util.List args)
                              throws FunctionCallException
        Description copied from interface: Function
        Evaluate this function.
        Specified by:
        call in interface Function
        Parameters:
        context - the context at the point in the expression when the function is called
        args - arguments provided to the function
        Returns:
        the result of evaluating the function; a List (node-set), Double, Boolean, or String
        Throws:
        FunctionCallException - if an XPath error occurs during evaluation; for instance, if the number or type of the arguments is incorrect