Android 中的解析

发布于 2024-09-18 00:59:21 字数 78 浏览 9 评论 0原文

我想做 xml 解析,在我的 android 应用程序中查找“湿度”、“当前温度”和温度的“图标”(太阳)。

有人可以帮我吗?

I want to do xml parsing of finding the "Humidity", "Current Temperature" and the "Icon" of the temperature(a SUN) in my android application.

Can anybody please help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一口甜 2024-09-25 00:59:21

这实际上与 Android 平台无关,因为 Android 支持标准 JAXP(用于 XML 处理的 Java API)。因此您可以同时使用 SAX 或 DOM 来处理您的文件。

有关 Java 中 XML 处理的全面信息,您可以查看本书

有关更快的 Java XML 处理教程这里有一个示例(有数千个)。

This is not really related to Android platform, since Android supports standard JAXP (Java API for XML Processing). So you can use both SAX or DOM to process your file.

For comprehensive information about XML processing in Java you could take a look at this book.

For a quicker Java XML processing tutorial here you have an example (there are thousands).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文