JTextPane 和 XHTMLRenderer:何时使用哪个
在什么情况下您会在 JTextPane 上使用 XHTMLRenderer(飞碟)和 HTMLDocument,反之亦然?这主要是一个偏好问题,还是在某些情况下,一个是更自然的选择?
What are some situations that you would use XHTMLRenderer (flying saucer) over JTextPane with a HTMLDocument and vice versa? Is it mostly a matter of preference or are there certain cases that one is a more natural choice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HTMLDocument
是标准 Java 库的一部分,但仅限于 HTML 3.2 。相比之下,Flying Saucer 是一个外部依赖项,但它包含“对CSS 2.1 规范。”An
HTMLDocument
is part of the standard Java library, but it is limited to HTML 3.2. In contrast, Flying Saucer is an external dependency, but it includes "Strong support for the CSS 2.1 specification."