Class StartElementEvent
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.record.deferred.SAXEvent
-
- org.eclipse.persistence.internal.oxm.record.deferred.StartElementEvent
-
public class StartElementEvent extends SAXEvent
Purpose: Class to represent the startElement event
Responsibilities:
- Execute the startElement event on the given unmarshalRecord with the specified arguments
-
-
Constructor Summary
Constructors Constructor Description StartElementEvent(java.lang.String theNamespaceUri, java.lang.String theLocalName, java.lang.String theQname, org.xml.sax.Attributes theAttrs)
-
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
-
-