Uses of Class
org.frankframework.util.TransformerPool
-
Uses of TransformerPool in org.frankframework.pipes
Modifier and TypeMethodDescriptionprotected TransformerPool
ForEachChildElementPipe.getExtractElementsTp()
protected TransformerPool
IteratingPipe.getStopConditionTp()
-
Uses of TransformerPool in org.frankframework.senders
Modifier and TypeMethodDescriptionprotected TransformerPool
XsltSender.getTransformerPoolToUse
(PipeLineSession session) Modifier and TypeMethodDescriptionprotected ContentHandler
JsonXsltSender.createHandler
(Message input, ThreadConnector threadConnector, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected ContentHandler
XsltSender.createHandler
(Message input, ThreadConnector<Object> threadConnector, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected boolean
XsltSender.isDisableOutputEscaping
(TransformerPool poolToUse) -
Uses of TransformerPool in org.frankframework.util
Modifier and TypeMethodDescriptionstatic TransformerPool
TransformerPool.configureStyleSheetTransformer
(IConfigurationAware scopeProvider, String styleSheetName, int xsltVersion) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static TransformerPool
XmlUtils.getAddRootNamespaceTransformerPool
(String namespace, boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getChangeRootTransformerPool
(String root, boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getCopyOfSelectTransformerPool
(String xpath, boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getDetectXsltVersionTransformerPool()
static TransformerPool
XmlUtils.getGetRootNamespaceTransformerPool()
static TransformerPool
XmlUtils.getGetRootNodeNameTransformerPool()
static TransformerPool
XmlUtils.getGetXsltConfigTransformerPool()
static TransformerPool
TransformerPool.getInstance
(String xsltString, int xsltVersion, IScopeProvider scopeProvider) Get an instance of a TransformerPool that can load additional resources such as referenced URIs from the providedIScopeProvider
.static TransformerPool
TransformerPool.getInstance
(Resource resource) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static TransformerPool
TransformerPool.getInstance
(Resource resource, int xsltVersion) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static TransformerPool
XmlUtils.getRemoveUnusedNamespacesTransformerPool
(boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getRemoveUnusedNamespacesXslt2TransformerPool
(boolean omitXmlDeclaration, boolean indent) static TransformerPool
TransformerPool.getUtilityInstance
(String xsltString, int xsltVersion) Special utility method to create a new TransformerPool without a ClassLoader.static TransformerPool
TransformerPool.getXPathTransformerPool
(String xpathExpression, int xsltVersion) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xpathExpression, TransformerPool.OutputType outputMethod) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion)