Class JSONWriterRecord.JSONWriterRecordContentHandler

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

protected class JSONWriterRecord.JSONWriterRecordContentHandler 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