java.lang.Object
org.eclipse.persistence.internal.oxm.record.deferred.SAXEvent
Direct Known Subclasses:
CharactersEvent, CommentEvent, DocumentLocatorEvent, EndCDATAEvent, EndDocumentEvent, EndDTDEvent, EndElementEvent, EndEntityEvent, EndPrefixMappingEvent, IgnorableWhitespaceEvent, ProcessingInstructionEvent, SkippedEntityEvent, StartCDATAEvent, StartDocumentEvent, StartDTDEvent, StartElementEvent, StartEntityEvent, StartPrefixMappingEvent

public abstract class SAXEvent extends Object

Purpose: Abstract class to represent an event from a ContentHandler or LexicalHandler

Responsibilities:

  • Give an unmarshalRecord the processEvent excecuts the appropriate method no the unmarshalRecord.