Class FragmentContentHandler

java.lang.Object
org.eclipse.persistence.internal.oxm.FragmentContentHandler
All Implemented Interfaces:
ContentHandler

public class FragmentContentHandler extends Object implements ContentHandler
This class is used when marshalling to a ContentHandler when the fragment flag on XMLMarshaller is true It wraps a given ContentHandler and passes the events to that ContentHandler The startDocument and endDocumentevents are not triggered on the reference ContentHandler.