gpt4 book ai didi

java - 在 JEditorPane 中缩进 XML

转载 作者:行者123 更新时间:2023-12-02 05:03:29 26 4
gpt4 key购买 nike

我正在尝试在 Java JEditorPane 中缩进 XML,以便:

<mytag>
<tag1>
</tag1>
</mytag>

变成:

<mytag>
<tag1>
</tag1>
</mytag>

我尝试构造一个 DocumentBuilder 对象,然后使用以下方法对其进行转换:

serializer.setOutputProperty(OutputKeys.INDENT, "yes")
serializer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "4");

然后在 JEditorPane 中设置文本:

editorPane.setText(do serialization and transformation methods here)

但是它不会缩进 XML..

最佳答案

尝试使用它来格式化 XML: http://java-sl.com/xml_editor_kit.html

关于java - 在 JEditorPane 中缩进 XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28027953/

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