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 java.lang.Object implements XSLTTransformerPluginExtension
Base class for transformers.
-
-
Constructor Summary
Constructors Constructor Description XSLTTransformerPluginExtensionBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.transform.TransformerFactory
getXSLTTransformerFactory(ConfigurationProperties properties)
Gets the XSLT transformer factory.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ro.sync.exml.plugin.transform.XSLTTransformerPluginExtension
getDisplayTransformerName, getTransformerName, getXSLTTransformerFactory, isXSLT20Transformer, isXSLT30Transformer, suportsAutomaticValidation
-
-
-
-
Method Detail
-
getXSLTTransformerFactory
public javax.xml.transform.TransformerFactory getXSLTTransformerFactory(ConfigurationProperties properties)
Gets the XSLT transformer factory.- Parameters:
properties
- Configuration properties.- Returns:
- The factory used for obtaining the transformer.
- Since:
- 19.0
-
-