Module org.eclipse.persistence.core
Class SAXEvent
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
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SAXEvent
public SAXEvent()
-
-
Method Details
-
processEvent
- Throws:
SAXException
-