| net.sf.saxon.style.ExtensionElementFactory
All known Subclasses: net.sf.saxon.sql.SQLElementFactory,
ExtensionElementFactory | public interface ExtensionElementFactory (Code) | | Interface ExtensionElementFactory.
A "Factory" for user-defined nodes in the stylesheet tree.
(Actually, it's not strictly a factory: it doesn't create the nodes,
it merely identifies what class they should be.
|
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. |
|
|