Package ro.sync.exml.plugin.transform
Class XSLTTransformerPluginExtensionBase
java.lang.Object
ro.sync.exml.plugin.transform.XSLTTransformerPluginExtensionBase
- All Implemented Interfaces:
PluginExtension,XSLTTransformerPluginExtension
@API(type=EXTENDABLE,
src=PUBLIC)
public abstract class XSLTTransformerPluginExtensionBase
extends Object
implements XSLTTransformerPluginExtension
Base class for transformers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetXSLTTransformerFactory(ConfigurationProperties properties) Gets the XSLT transformer factory.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ro.sync.exml.plugin.transform.XSLTTransformerPluginExtension
getDisplayTransformerName, getTransformerName, getXSLTTransformerFactory, isXSLT20Transformer, isXSLT30Transformer, suportsAutomaticValidation
-
Constructor Details
-
XSLTTransformerPluginExtensionBase
public XSLTTransformerPluginExtensionBase()
-
-
Method Details
-
getXSLTTransformerFactory
Gets the XSLT transformer factory.- Parameters:
properties- Configuration properties.- Returns:
- The factory used for obtaining the transformer.
- Since:
- 19.0
-