kxml2 在黑莓上解析 xml 文件
我想从 xml 文件获取 BlackBerry 应用程序中的数据。我研究发现使用 kxml2 是最好的选择。 但我在黑莓上找不到它的示例代码。我打开 kxml2.jar,看到 xmlParser 和 kxmlParser,我应该使用哪一个?
有人可以帮我清楚地解释一下如何使用 kxml2 吗?
I want to get data in my BlackBerry app from an xml file. I reseach and see that using kxml2 is the best choice.
But I can not find example code for it on Blackberry. I open kxml2.jar, I see xmlParser and kxmlParser, which one should I use?
Can anbody help me expalin how to use kxml2 clearly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正常的 XML 解析和在列表字段中显示的示例就在这里.. 基础上不要太复杂..
完整项目在这里。
A normal XML parsing and displaying in listfield sample is here.. don't go for too complex this at basic..
Full Project is here.