gpt4 book ai didi

java - 在哪里可以找到 Transformer.setOutputProperty 的属性列表?

转载 作者:IT老高 更新时间:2023-10-28 20:53:00 25 4
gpt4 key购买 nike

我想知道在哪里可以找到通过 Transformer.setOutputProperty(String name, String value) 方法设置的属性列表.

最佳答案

比较隐晦,它们记录在 Xalan proprietary javadoc 中。 :

This method is used to set or override the value of the effective xsl:output attribute values specified in the stylesheet.

The recognized standard output properties are:

* cdata-section-elements
* doctype-system
* doctype-public
* indent
* media-type
* method
* omit-xml-declaration
* standalone
* version

For example:

tran.setOutputProperty("standalone", "yes");

关于java - 在哪里可以找到 Transformer.setOutputProperty 的属性列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2540231/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com