com.icl.saxon.sql

Class SQLElementFactory

Implemented Interfaces:
ExtensionElementFactory

public class SQLElementFactory
extends java.lang.Object
implements ExtensionElementFactory

Class SQLElementFactory.
A "Factory" for SQL extension nodes in the stylesheet tree.

Nested Class Summary

Method Summary

Class
getExtensionClass(String localname)
Identify the class to be used for stylesheet elements with a given local name.

Method Details

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 com.icl.saxon.style.StyleElement
Specified by:
getExtensionClass in interface ExtensionElementFactory

Returns:
null if the local name is not a recognised element type in this namespace.