Package org.cdlib.xtf.saxonExt.exec

This package implements a Saxon extension that allows stylesheets to call out to external command-line utilities, passing and receiving either plain text or XML, and providing a timeout mechanism.

See:
          Description

Class Summary
ArgElement Represents an <arg> element below a <run> instruction.
ArgElement.ArgInstruction  
InputElement Represents an <input> element below a <run> instruction.
InputElement.InputInstruction  
PipeImageElement Implements almost the same thing as Exec.run saxon extension, except that instead of returning stdout as a string or XML, it is interpreted as an image and sent directly to the servlet output stream (with a proper MIME type).
PipeImageInstruction Helper class that does most of the work for PipeImageElement.
RunElement Implements a Saxon instruction that executes an external process and properly formats the result.
RunInstruction Utility class that does most of the work for RunElement.
 

Package org.cdlib.xtf.saxonExt.exec Description

This package implements a Saxon extension that allows stylesheets to call out to external command-line utilities, passing and receiving either plain text or XML, and providing a timeout mechanism.