com.ctc.wstx.api.ReaderConfig.resetState()方法的使用及代码示例

x33g5p2x  于2022-01-29 转载在 其他  
字(1.0k)|赞(0)|评价(0)|浏览(62)

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

ReaderConfig.resetState介绍

[英]Unlike name suggests there is also some limited state information associated with the config object. If these objects are reused, that state needs to be reset between reuses, to avoid carrying over incorrect state.
[中]与“名称”不同,还有一些与配置对象相关的有限状态信息。如果重用这些对象,则需要在重用之间重置该状态,以避免遗留错误状态。

代码示例

代码示例来源:origin: org.codehaus.woodstox/woodstox-core-asl

cfg.resetState();

代码示例来源:origin: com.fasterxml.woodstox/woodstox-core

cfg.resetState();

代码示例来源:origin: woodstox/wstx-lgpl

cfg.resetState();

代码示例来源:origin: Nextdoor/bender

cfg.resetState();

代码示例来源:origin: woodstox/wstx-asl

cfg.resetState();

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

cfg.resetState();

代码示例来源:origin: org.codehaus.woodstox/woodstox-core-lgpl

cfg.resetState();

代码示例来源:origin: FasterXML/woodstox

cfg.resetState();

相关文章

微信公众号

最新文章

更多

ReaderConfig类方法