org.cdlib.xtf.saxonExt
Class Image

Object
  extended by Image
All Implemented Interfaces:
ExtensionElementFactory

public class Image
extends Object
implements ExtensionElementFactory

Front-end to the "Image" Saxon extension, which allows stylesheets to perform image extraction and highlighting.

Author:
Martin Haye

Constructor Summary
Image()
           
 
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

Image

public Image()
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.