Uses of Class
cloud.opencode.base.xml.transform.XsltTransformer
Packages that use XsltTransformer
Package
Description
OpenCode Base XML Module - Comprehensive XML processing library
OpenCode Base XML 模块 - 全面的 XML 处理库
Transform Package - XSLT transformation and formatting
转换包 - XSLT 转换和格式化
-
Uses of XsltTransformer in cloud.opencode.base.xml
Methods in cloud.opencode.base.xml that return XsltTransformerModifier and TypeMethodDescriptionstatic XsltTransformerOpenXml.xsltTransformer(String xslt) Creates an XSLT transformer from string.static XsltTransformerOpenXml.xsltTransformer(Path xsltPath) Creates an XSLT transformer. -
Uses of XsltTransformer in cloud.opencode.base.xml.transform
Methods in cloud.opencode.base.xml.transform that return XsltTransformerModifier and TypeMethodDescriptionXsltTransformer.clearParameters()Clears all parameters.Sets the output encoding.XsltTransformer.indent(boolean indent) Sets whether to indent output.Sets the output method (xml, html, text).static XsltTransformerXsltTransformer.of(InputStream input) Creates a transformer from an XSLT input stream.static XsltTransformerCreates a transformer from an XSLT string.static XsltTransformerCreates a transformer from an XSLT file.XsltTransformer.omitXmlDeclaration(boolean omit) Sets whether to omit XML declaration.XsltTransformer.outputProperty(String name, String value) Sets an output property.Sets a transformation parameter.XsltTransformer.parameters(Map<String, Object> params) Sets multiple transformation parameters.