Class UnopenedElementClosingEventWriter

java.lang.Object
org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
All Implemented Interfaces:
XMLEventConsumer, XMLEventWriter

public class UnopenedElementClosingEventWriter extends Object
Delegating XMLEventWriter, which writes EndElement events that match a given collection of QNames directly to the underlying java.io.Writer instead of to the delegate XMLEventWriter.
Since:
3.0
Author:
Jimmy Praet, Mahmoud Ben Hassine