Class OverlayW3CDOMStreamWriter

java.lang.Object
org.apache.cxf.staxutils.W3CDOMStreamWriter
org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
All Implemented Interfaces:
XMLStreamWriter

public class OverlayW3CDOMStreamWriter extends W3CDOMStreamWriter
Special StreamWriter that will "overlay" any write events onto the DOM. If the startElement ends up writing an element that already exists at that location, it will just walk into it instead of creating a new element