Class CommentEvent
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.record.deferred.SAXEvent
-
- org.eclipse.persistence.internal.oxm.record.deferred.CommentEvent
-
public class CommentEvent extends SAXEvent
Purpose: Class to represent the comment event
Responsibilities:
- Execute the comment event on the given unmarshalRecord with the specified arguments
-
-
Constructor Summary
Constructors Constructor Description CommentEvent(char[] theCharacters, int theStart, int theEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessEvent(UnmarshalRecord unmarshalRecord)
-
-
-
Method Detail
-
processEvent
public void processEvent(UnmarshalRecord unmarshalRecord) throws org.xml.sax.SAXException
- Specified by:
processEventin classSAXEvent- Throws:
org.xml.sax.SAXException
-
-