public class SQLElementFactory extends 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 |
---|---|
Class<? extends StyleElement> |
getExtensionClass(String localname)
Identify the class to be used for stylesheet elements with a given local name.
|
public Class<? extends StyleElement> getExtensionClass(String localname)
getExtensionClass
in interface ExtensionElementFactory
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.