Class EmptyTagXMLStreamWriter

java.lang.Object
org.dellroad.stuff.xml.StreamWriterDelegate
org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
All Implemented Interfaces:
XMLStreamWriter

public class EmptyTagXMLStreamWriter extends StreamWriterDelegate
Wrapper for an underlying XMLStreamWriter that replaces consecutive opening and closing XML tags with empty string content with a single self-closing tag.