使用sax解析器的java程序
<z:row ows_team="india" ows_code="1121" ows_Response="president" ows_SubFunction="finance" ows_Plant="teamindia" ows_tenure="2years" ></z:row >
我可以使用 sax 解析器读取上述格式的 xml 吗?又如何呢?
<z:row ows_team="india" ows_code="1121" ows_Response="president" ows_SubFunction="finance" ows_Plant="teamindia" ows_tenure="2years" ></z:row >
can i read xml of the above format using sax parser? and how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是谷歌搜索并找到 -> 如何用 Java 读取 XML 文件 – (SAX 解析器)
I just google and find -> How to read XML file in Java – (SAX Parser)