StaxEventContentHandler.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:common_utils 作者:
/**
 * 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;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号