Uses of Class
org.frankframework.util.TransformerPool
Packages that use TransformerPool
-
Uses of TransformerPool in org.frankframework.pipes
Fields in org.frankframework.pipes declared as TransformerPoolMethods in org.frankframework.pipes that return TransformerPoolModifier and TypeMethodDescriptionprotected TransformerPool
ForEachChildElementPipe.getExtractElementsTp()
protected TransformerPool
IteratingPipe.getStopConditionTp()
-
Uses of TransformerPool in org.frankframework.senders
Methods in org.frankframework.senders that return TransformerPoolModifier and TypeMethodDescriptionprotected TransformerPool
XsltSender.getTransformerPoolToUse
(PipeLineSession session) Methods in org.frankframework.senders with parameters of type TransformerPoolModifier and TypeMethodDescriptionprotected ContentHandler
JsonXsltSender.createHandler
(Message input, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected ContentHandler
XsltSender.createHandler
(Message input, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected boolean
XsltSender.isDisableOutputEscaping
(TransformerPool poolToUse) -
Uses of TransformerPool in org.frankframework.util
Methods in org.frankframework.util that return TransformerPoolModifier and TypeMethodDescriptionstatic TransformerPool
TransformerPool.configureStyleSheetTransformer
(FrankElement scopeProvider, String styleSheetName, int xsltVersion) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(FrankElement 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)