/**
* Construct a new instance of the {@code StaxEventContentHandler} that uses the given
* event factory to create events and writes to the given {@code XMLEventConsumer}.
*
* @param consumer the consumer to write events to
* @param factory the factory used to create events
*/
StaxEventContentHandler(XMLEventConsumer consumer, XMLEventFactory factory) {
this.eventFactory = factory;
this.eventConsumer = consumer;
}
StaxEventContentHandler.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:common_utils
作者:
评论列表
文章目录