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  
RunElement Implements a Saxon instruction that executes an external process and properly formats the result.
RunElement.InputStuffer Class to stuff input into the process's input stream (an OutputStream to us).
RunElement.Interrupter Used to interrupt the main thread if a timeout occurs
RunElement.OutputGrabber Class to accumulate the output from a process's output stream (which is an InputStream to us), and turn it into a string.
RunElement.RunInstruction  
 

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.