XPath 中的工厂模式

发布于 2024-10-21 17:55:01 字数 294 浏览 0 评论 0原文

我正在尝试实现一个访问 TextExtractor 的 toString() 方法的 XSL 样式表。我使用的解析器是 Saxon9HE。

简单类图:

AbstractText
+toString() : String
Factory
+load(String uri) : AbstractText // Returns a instance of a subclass

有谁知道如何在 xsl 文件中调用 toString() 吗?

谢谢, 约翰

I'm trying to implement an XSL-Stylesheet that accesses a toString()-Method of a TextExtractor. The parser I'm using is Saxon9HE.

Simple Classdiagram:

AbstractText
+toString() : String
Factory
+load(String uri) : AbstractText // Returns a instance of a subclass

Has anyone a clue how to call toString() within a xsl-file?

Thanks,
John

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

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

发布评论

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

评论(1

别靠近我心 2024-10-28 17:55:01

您说的是从 XSLT 调用 Java,对吧?其规则取决于您使用的 XSLT 处理器,但您没有告诉我们。

You're talking about calling Java from XSLT, right? The rules for that depend on which XSLT processor you are using, which you haven't told us.

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