gpt4 book ai didi

net.sf.saxon.expr.XPathContextMajor.waitForChildThreads()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-20 18:33:40 25 4
gpt4 key购买 nike

本文整理了Java中net.sf.saxon.expr.XPathContextMajor.waitForChildThreads()方法的一些代码示例,展示了XPathContextMajor.waitForChildThreads()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XPathContextMajor.waitForChildThreads()方法的具体详情如下:
包路径:net.sf.saxon.expr.XPathContextMajor
类名称:XPathContextMajor
方法名:waitForChildThreads

XPathContextMajor.waitForChildThreads介绍

[英]Wait for child threads started under the control of this context to finish. This is called at the end of the (main thread of a) transformation, and also at the end of the "try" part of a try/catch. The threads affected are those used to implement xsl:result-document instructions.
[中]等待在此上下文控制下启动的子线程完成。这是在转换(主线程)的末尾调用的,也是在try/catch的“try”部分的末尾调用的。受影响的线程是那些用于实现xsl:result文档指令的线程。

代码示例

代码示例来源:origin: net.sf.saxon/Saxon-HE

c1.waitForChildThreads();

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon

c1.waitForChildThreads();

代码示例来源:origin: net.sf.saxon/Saxon-HE

initialContext.waitForChildThreads();
out.close();

代码示例来源:origin: net.sf.saxon/Saxon-HE

initialContext.waitForChildThreads();
out.close();

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon

initialContext.waitForChildThreads();
out.close();

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon

initialContext.waitForChildThreads();
out.close();

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon

initialContext.waitForChildThreads();

代码示例来源:origin: net.sf.saxon/Saxon-HE

initialContext.waitForChildThreads();

代码示例来源:origin: net.sf.saxon/Saxon-HE

c1.waitForChildThreads();

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon

c1.waitForChildThreads();

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com