Package com.icl.saxon.style
Interface ExtensionElementFactory
-
- All Known Implementing Classes:
SQLElementFactory
public interface ExtensionElementFactory
Interface ExtensionElementFactory.
A "Factory" for used-defined nodes in the stylesheet tree.
(Actually, it's not struictly a factory: it doesn't create the nodes, it merely identifies what class they should be.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
getExtensionClass(String localname)
Identify the class to be used for stylesheet elements with a given local name.
-