如何从 XMLBeans 获取行号信息 XML错误
主题基本上说明了一切。
XmlBeans'
XmlError.getLine()
始终返回 -1。
有没有办法至少获得错误的大概位置?
我已经尝试过 XmlObject,但是由于空格、引号等。 被剥夺或改变,这没有多大帮助。
The subject basically says it all.
XmlBeans'
XmlError.getLine()
always returns -1.
Is there any way to get at least an approximate position for an error?
I have already tried the XmlObject
, but since whitespace, quotes, et al. are stripped or changed, that's not much help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该文档建议您可以通过提供 XmlOptions:
The documentation suggests you can do this by providing XmlOptions: