tomp.ext.ext
Class EXTElementFactory

java.lang.Object
  |
  +--tomp.ext.ext.EXTElementFactory
All Implemented Interfaces:
net.sf.saxon.style.ExtensionElementFactory

public class EXTElementFactory
extends java.lang.Object
implements net.sf.saxon.style.ExtensionElementFactory

Class EXTElementFactory.
A "Factory" for EXT extension nodes in the stylesheet tree.


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

Constructor Detail

EXTElementFactory

public EXTElementFactory()
Method Detail

getExtensionClass

public java.lang.Class getExtensionClass(java.lang.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 net.sf.saxon.style.ExtensionElementFactory
Returns:
null if the local name is not a recognised element type in this namespace.