在android上的开放网络套接字上解析XML

发布于 2024-11-10 09:42:05 字数 251 浏览 0 评论 0 原文

一般来说,作为 android 和 java 的新手,我一直在努力从开放的网络套接字解析 xml。

情况如下:-

我连接到一个服务器,该服务器根据特定事件提供 xml 标签。客户端(android)需要连接到服务器并在服务器发送标签时解析标签。任何标签后都没有 EOL。套接字需要保持打开状态。

问题是 SAX 在套接字关闭之前不会尝试解析 xml。

我查了资料没有结果。

任何指向示例代码的指针将不胜感激。

Being new to android and java in general, I have been struggling with parsing xml from an open network socket.

The senario is as follows :-

I connect to a server that servers xml tags based on specific events. The client (android) needs to connect to the server and parse the tags as the server sends them. There is no EOL after any tags. The socket needs to remain open.

The problem is that SAX does not try to parse the xml until the socket has been closed.

I have searched from information to no avail.

Any pointers to example code would be much appreciated.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文