如何使用 JAXP DocumentBuilder 提供自定义错误消息?

发布于 2024-07-05 17:31:16 字数 483 浏览 7 评论 0 原文

我想通过在 DocumentBuilder 中完成的验证提供我自己的消息,而不是来自 XMLMessages.properties 的消息。

现在我看到一个属性 error-reporter需要设置为扩展 XMLErrorReporter 的类。

但是,我无法从 Document/Builder/Factory 获取 ComponentManager

SAXParseException 中解析字符串是最后一个选择,但我只是认为可能有一种“最佳实践”方法。

I want to provide my own message from the validation done in DocumentBuilder, rather than the one from XMLMessages.properties.

Now I see that a property error-reporter needs to be set to a class which extends XMLErrorReporter.

However, I've not been able to get ComponentManager from Document/Builder/Factory.

Doing parsing of string in SAXParseException is the last option, but I'm just thinking there may be a 'best practice' way of doing it.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

此岸叶落 2024-07-12 17:31:16

您已经看过 DocumentBuilder#setErrorHandler

如果是,您能解释一下为什么这种方法对您不起作用吗?

have you already looked at DocumentBuilder#setErrorHandler?

if yes, could you explain why this approach doesn't work for you?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文