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
public abstract class SAXEvent extends java.lang.ObjectPurpose: 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 Constructor Description SAXEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidprocessEvent(UnmarshalRecord unmarshalRecord)
-
-
-
Method Detail
-
processEvent
public abstract void processEvent(UnmarshalRecord unmarshalRecord) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
-