Package net.sf.saxon.sql
Class SQLElementFactory
java.lang.Object
net.sf.saxon.sql.SQLElementFactory
- All Implemented Interfaces:
ExtensionElementFactory
Class SQLElementFactory.
A "Factory" for SQL extension nodes in the stylesheet tree.
A "Factory" for SQL extension nodes in the stylesheet tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExtensionClass
(String localname) Identify the class to be used for stylesheet elements with a given local name.
-
Constructor Details
-
SQLElementFactory
public SQLElementFactory()
-
-
Method Details
-
getExtensionClass
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 interfaceExtensionElementFactory
- Returns:
- null if the local name is not a recognised element type in this namespace.
-