org.cdlib.xtf.saxonExt
Class Pipe

Object
  extended by Pipe
All Implemented Interfaces:
ExtensionElementFactory

public class Pipe
extends Object
implements ExtensionElementFactory

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.

Author:
Martin Haye

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

Pipe

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