SaxParser 不会抛出异常
我有 html 文件,它是用 SaxParser 解析的,没有任何异常 我使用非验证解析器。我不明白为什么没有任何例外。 它可以是什么?
i have html file, which is parsed with SaxParser without any exception
i use nonValidating parser. And i couldn't understand why there aren't any exception.
What it can be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很难说。也许该文件是有效的 XML,或者您正在解析的不是您期望的文件,或者代码的某些部分吞下了异常。
Hard to say. Maybe the file is valid XML or you're parsing not the file that you expect or some part of the code swallows the exception.