public class SQLElementFactory extends java.lang.Object implements ExtensionElementFactory
Note: despite its package name, this class is not part of Saxon-HE. Rather, it is part of an open-source plug-in to Saxon-PE and Saxon-EE. This accounts for the reference to code in the com.saxonica package.
From Saxon 9.2 the standard namespace associated with this extension is "http://saxon.sf.net/sql". However, it can be registered under a different namespace if required.
Constructor and Description |
---|
SQLElementFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends StyleElement> |
getExtensionClass(java.lang.String localname)
Identify the class to be used for stylesheet elements with a given local name.
|
public java.lang.Class<? extends StyleElement> getExtensionClass(java.lang.String localname)
getExtensionClass
in interface ExtensionElementFactory
localname
- the local name of the elementCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.