gpt4 book ai didi

java - 在 Java 中转换 StAX 源代码

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:28:03 27 4
gpt4 key购买 nike

我有一些代码:

XMLInputFactory xif = XMLInputFactory.newInstance()
TransformerFactory tf = TransformerFactory.newInstance("org.apache.xalan.processor.TransformerFactoryImpl", null)

Transformer t = tf.newTransformer()
DOMResult result = new DOMResult()
t.transform(new StAXSource(reader), result)

这会产生以下错误:

Caught: javax.xml.transform.TransformerException: Can't transform a Source of type javax.xml.transform.stax.StAXSource

读取器对象的类型为 com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl

最佳答案

所以我愚蠢地尝试了错误的事情。这修复了它:

System.setProperty("javax.xml.transform.TransformerFactory",
"com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl");

关于java - 在 Java 中转换 StAX 源代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16813445/

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