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 TransformerPoolForEachChildElementPipe.getExtractElementsTp()protected TransformerPoolIteratingPipe.getStopConditionTp() -
Uses of TransformerPool in org.frankframework.senders
Methods in org.frankframework.senders that return TransformerPoolModifier and TypeMethodDescriptionprotected TransformerPoolXsltSender.getTransformerPoolToUse(PipeLineSession session) Methods in org.frankframework.senders with parameters of type TransformerPoolModifier and TypeMethodDescriptionprotected ContentHandlerJsonXsltSender.createHandler(Message input, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected ContentHandlerXsltSender.createHandler(Message input, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected booleanXsltSender.isDisableOutputEscaping(TransformerPool poolToUse) -
Uses of TransformerPool in org.frankframework.util
Methods in org.frankframework.util that return TransformerPoolModifier and TypeMethodDescriptionstatic TransformerPoolTransformerPool.configureStyleSheetTransformer(FrankElement scopeProvider, String styleSheetName, int xsltVersion) static TransformerPoolTransformerPool.configureTransformer(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPoolTransformerPool.configureTransformer(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPoolTransformerPool.configureTransformer0(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static TransformerPoolUtilityTransformerPools.getAddRootNamespaceTransformerPool(String namespace, boolean omitXmlDeclaration, boolean indent) static TransformerPoolUtilityTransformerPools.getChangeRootTransformerPool(String root, boolean omitXmlDeclaration, boolean indent) static TransformerPoolUtilityTransformerPools.getCopyOfSelectTransformerPool(String xpath, boolean omitXmlDeclaration, boolean indent) static TransformerPoolUtilityTransformerPools.getDetectXsltVersionTransformerPool()static TransformerPoolUtilityTransformerPools.getGetRootNamespaceTransformerPool()static TransformerPoolUtilityTransformerPools.getGetRootNodeNameTransformerPool()static TransformerPoolUtilityTransformerPools.getGetXsltConfigTransformerPool()static TransformerPoolTransformerPool.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 TransformerPoolTransformerPool.getInstance(Resource resource) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static TransformerPoolTransformerPool.getInstance(Resource resource, int xsltVersion) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static TransformerPoolUtilityTransformerPools.getRemoveUnusedNamespacesTransformerPool(boolean omitXmlDeclaration, boolean indent) static TransformerPoolUtilityTransformerPools.getRemoveUnusedNamespacesXslt2TransformerPool(boolean omitXmlDeclaration, boolean indent) static TransformerPoolTransformerPool.getUtilityInstance(String xsltString, int xsltVersion) Special utility method to create a new TransformerPool without a ClassLoader.static TransformerPoolUtilityTransformerPools.getXml2JsonTransformerPool()static TransformerPoolTransformerPool.getXPathTransformerPool(String xpathExpression, int xsltVersion) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xpathExpression, TransformerPool.OutputType outputMethod) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion)