| |
|
| java.lang.Object net.sf.saxon.sql.SQLElementFactory
SQLElementFactory | public class SQLElementFactory implements ExtensionElementFactory(Code) | | Class SQLElementFactory.
A "Factory" for SQL extension nodes in the stylesheet tree.
|
Method Summary | |
public Class | getExtensionClass(String localname) Identify the class to be used for stylesheet elements with a given local name. |
getExtensionClass | public Class getExtensionClass(String localname)(Code) | | Identify the class to be used for stylesheet elements with a given local name.
The returned class must extend net.sf.saxon.style.StyleElement
null if the local name is not a recognised element type in thisnamespace. |
|
|
|