Package org.cdlib.xtf.saxonExt

This package contains Saxon extensions that add external connectivity options that stylesheets can utilize.

See:
          Description

Class Summary
ElementWithContent Base class that automates much of the tedious Saxon housekeeping for an extension element that supports arbitrary content.
Exec Front-end to the "Exec" Saxon extension, which allows stylesheets to call command-line programs, with proper error handling, timeouts, and format conversion.
Image Front-end to the "Image" Saxon extension, which allows stylesheets to perform image extraction and highlighting.
InstructionWithContent Base class that automates much of the tedious Saxon housekeeping for an extension instruction that supports arbitrary content.
Mail Front-end to the "Mail" Saxon extension, which allows stylesheets to send email using an SMTP server.
Pipe Front-end to the "Pipe" Saxon extension, which allows stylesheets to pipe files, or results of external HTTP requests, directly as the stylesheet's HTTP response.
Redirect Implements the "Redirect" Saxon extension, which allows stylesheets to force an immediate HTTP redirect to a different URL.
SQL Class SQLElementFactory.
 

Package org.cdlib.xtf.saxonExt Description

This package contains Saxon extensions that add external connectivity options that stylesheets can utilize.