com.saxonica.xsltextn
Class SaxonElementFactoryEE

java.lang.Object
  extended by com.saxonica.xsltextn.SaxonElementFactory
      extended by com.saxonica.xsltextn.SaxonElementFactoryEE
All Implemented Interfaces:
ExtensionElementFactory

public class SaxonElementFactoryEE
extends SaxonElementFactory

Class SaxonElementFactoryEE.
A "Factory" for Saxon-EE extension nodes in the stylesheet tree.


Constructor Summary
SaxonElementFactoryEE()
           
 
Method Summary
 Class getExtensionClass(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

SaxonElementFactoryEE

public SaxonElementFactoryEE()
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
Overrides:
getExtensionClass in class SaxonElementFactory
Returns:
null if the local name is not a recognised element type in this namespace.


Copyright (c) Saxonica Limited. All rights reserved.