在 BlackBerry 中使用 SAX 解析器解析 XML
我正在黑莓中寻找 SAX 解析器代码来解析 XML 文档, 检索 XML 文档并更新 XML 文档。我是 SAX 解析器的新手。
我的 XML 字符串具有以下类型:
<users>
<user uid = "1" dispname="Yogesh C" statid="1" statmsg="1">Yogesh Chaudhari</user>
</users>
我必须使用 SAX 解析器解析上面的字符串。
I am looking for a SAX parser code in blackberry for parsing a XML document,
retrieve the XML document and update the XML document. I am new to the SAX parser.
My XML string is of following type:
<users>
<user uid = "1" dispname="Yogesh C" statid="1" statmsg="1">Yogesh Chaudhari</user>
</users>
I have to parse above string with SAX parser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你关于这个主题的一系列问题似乎加起来就是:我可以有一个可读/可写数据库的代码,该数据库使用SDCard上的XML格式文件进行存储吗?
这超出了我的回答资格,但这里是我在 BB 上测试 XML 时使用的工作示例代码。希望这能让您开始,当您完成后我可以得到数据库代码吗? ;)
示例 xml:
示例用法:
Your series of questions on this subject seem to add up to: Can I have code for a readable/writable database that uses XML formatted files on the SDCard for storage?
That's more than I'm qualified to answer, but here is working sample code that I used when I was testing XML on BB. Hopefully this will get you started, and can I have the database code when you're finished? ;)
example xml:
example usage: