【发布时间】:2018-06-26 20:14:31
【问题描述】:
如何从 net.sf.saxon.xpath.XPathFactoryImpl 启用 Saxon xpath 表达式缓存?
documentation 中提到了 XPathCompiler,但我如何才能访问它?
我正在使用
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.6.0-7</version>
</dependency>
【问题讨论】: