Module eclipselink

Class OutputStreamRecord.OutputStreamRecordContentHandler

  • All Implemented Interfaces:
    org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler, ContentHandler, LexicalHandler
    Enclosing class:
    OutputStreamRecord

    protected class OutputStreamRecord.OutputStreamRecordContentHandler
    extends Object
    implements org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler, LexicalHandler
    This class will typically be used in conjunction with an XMLFragmentReader. The XMLFragmentReader will walk a given XMLFragment node and report events to this class - the event's data is then written to the enclosing class' writer.
    See Also:
    XMLFragmentReader