gpt4 book ai didi

java - 使用 Xerces XNI 的简单示例?

转载 作者:行者123 更新时间:2023-11-30 12:00:55 34 4
gpt4 key购买 nike

是否有使用 Xerces XNI 的简单示例? ?我正在查看示例代码,无法弄清楚它在做什么,也不想直接剪切并粘贴到我的应用程序中。例如,我不知道如何创建 org.apache.xerces.xni.parser.XMLDocumentSource 的实例。

最佳答案

org.apache.xerces.xni.parser.XMLDocumentSource 是一个接口(interface),所以简单的答案是您将创建一个实现该接口(interface)的类。除非您出于某种原因真的想破解 Xerces 本身,否则您可能不需要为 XNI 操心。

你想做什么?

There is no need for an XML application programmer to learn XNI if they only intend to interface to the Xerces2 parser using standard interfaces like JAXP, DOM, and SAX (http://xerces.apache.org/xerces2-j/xni.html)

您可能会通过查看 http://download.oracle.com/javase/6/docs/api/ 中的 javax.xml.parsers 获得更多帮助。

关于java - 使用 Xerces XNI 的简单示例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1396120/

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