gpt4 book ai didi

java - 使用 apache xmlbeans 将命名空间定义添加到 xml

转载 作者:数据小太阳 更新时间:2023-10-29 02:32:40 24 4
gpt4 key购买 nike

我需要向元素添加 namespace 定义,因为在使用 apache xmlbean 生成 xml 时不会添加它。我如何使用 xmlbeans API 实现这一点?

最佳答案

我已经找到了问题的答案。事情是这样的。

XmlCursor cursor= targetObject.newCursor();
cursor.toNextToken();
cursor.insertNamespace("A", "namespace1");
//For example
cursor.insertNamespace("xsi", "http://www.w3.org/2001/XMLSchema-instance");
cursor.dispose();

关于java - 使用 apache xmlbeans 将命名空间定义添加到 xml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2995079/

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