org.cdlib.xtf.saxonExt
Class Mail

Object
  extended by Mail
All Implemented Interfaces:
ExtensionElementFactory

public class Mail
extends Object
implements ExtensionElementFactory

Front-end to the "Mail" Saxon extension, which allows stylesheets to send email using an SMTP server.

Author:
Martin Haye

Constructor Summary
Mail()
           
 
Method Summary
 Class getExtensionClass(String localname)
          Identify the class to be used for stylesheet elements with a given local name.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mail

public Mail()
Method Detail

getExtensionClass

public Class getExtensionClass(String localname)
Identify the class to be used for stylesheet elements with a given local name. The returned class must extend net.sf.saxon.style.StyleElement

Specified by:
getExtensionClass in interface ExtensionElementFactory
Returns:
null if the local name is not a recognised element type in this namespace.