Class WriterRecord.WriterRecordContentHandler

java.lang.Object
org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
All Implemented Interfaces:
org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler, ContentHandler, LexicalHandler
Enclosing class:
WriterRecord

protected class WriterRecord.WriterRecordContentHandler 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