Uses of Enum Class
org.frankframework.util.TransformerPool.OutputType
Packages that use TransformerPool.OutputType
Package
Description
-
Uses of TransformerPool.OutputType in org.frankframework.batch
Methods in org.frankframework.batch with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidRecordXmlTransformer.setOutputType(TransformerPool.OutputType outputType) Deprecated.Only valid for xPathExpression. -
Uses of TransformerPool.OutputType in org.frankframework.cache
Methods in org.frankframework.cache that return TransformerPool.OutputTypeMethods in org.frankframework.cache with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidAbstractCacheAdapter.setKeyXPathOutputType(TransformerPool.OutputType keyXPathOutputType) output type of xpath expression to extract cache key from request messagevoidRemoveCacheKeyPipe.setKeyXPathOutputType(TransformerPool.OutputType keyXPathOutputType) Output type of xpath expression to extract cache key from request message, must be 'xml' or 'text'voidAbstractCacheAdapter.setValueXPathOutputType(TransformerPool.OutputType valueXPathOutputType) -
Uses of TransformerPool.OutputType in org.frankframework.parameters
Methods in org.frankframework.parameters with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionprotected voidAbstractParameter.setXpathResult(TransformerPool.OutputType outputType) voidParameter.setXpathResult(TransformerPool.OutputType outputType) Only valid for xPathExpression. -
Uses of TransformerPool.OutputType in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidIteratingPipe.setOutputType(TransformerPool.OutputType outputType) Only valid for xPathExpression.voidXsltPipe.setOutputType(TransformerPool.OutputType outputType) -
Uses of TransformerPool.OutputType in org.frankframework.senders
Fields in org.frankframework.senders declared as TransformerPool.OutputTypeModifier and TypeFieldDescriptionXsltSender.DEFAULT_OUTPUT_METHODXsltSender.DEFAULT_XPATH_OUTPUT_METHODMethods in org.frankframework.senders with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidXsltSender.setOutputType(TransformerPool.OutputType string) Only valid for xPathExpression. -
Uses of TransformerPool.OutputType in org.frankframework.util
Subclasses with type arguments of type TransformerPool.OutputType in org.frankframework.utilMethods in org.frankframework.util that return TransformerPool.OutputTypeModifier and TypeMethodDescriptionstatic TransformerPool.OutputTypeReturns the enum constant of this class with the specified name.static TransformerPool.OutputType[]TransformerPool.OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.util with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionstatic @Nullable TransformerPoolTransformerPool.configureTransformer(@Nullable FrankElement scopeProvider, @Nullable String namespaceDefs, @Nullable String xPathExpression, @Nullable String styleSheetName, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params, boolean mandatory) static @NonNull TransformerPoolTransformerPool.configureTransformer(@Nullable FrankElement scopeProvider, @Nullable String namespaceDefs, @Nullable String xPathExpression, @Nullable String styleSheetName, @Nullable TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params) static @NonNull TransformerPoolTransformerPool.configureTransformer0(@Nullable FrankElement scopeProvider, @Nullable String namespaceDefs, @Nullable String xPathExpression, @Nullable String styleSheetName, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params, int xsltVersion) static @NonNull StringXmlUtils.createXPathEvaluatorSource(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputMethod) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static @NonNull StringXmlUtils.createXPathEvaluatorSource(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, boolean stripSpace) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static @NonNull StringXmlUtils.createXPathEvaluatorSource(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, @Nullable ParameterList params, boolean stripSpace, boolean ignoreNamespaces, String separator, int xsltVersion) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static @NonNull StringXmlUtils.createXPathEvaluatorSource(@NonNull UnaryOperator<String> xpathContainerSupplier, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, @Nullable ParameterList params, boolean stripSpace, boolean ignoreNamespaces, int xsltVersion) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static @NonNull TransformerPoolTransformerPool.getXPathTransformerPool(@Nullable String namespaceDefs, @NonNull String xpathExpression, @NonNull TransformerPool.OutputType outputMethod) static @NonNull TransformerPoolTransformerPool.getXPathTransformerPool(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params) static @NonNull TransformerPoolTransformerPool.getXPathTransformerPool(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params, int xsltVersion)