Class StartEntityEvent


  • public class StartEntityEvent
    extends SAXEvent

    Purpose: Class to represent the startEntity event

    Responsibilities:

    • Execute the startEntity event on the given unmarshalRecord with the specified arguments
    • Constructor Summary

      Constructors 
      Constructor Description
      StartEntityEvent​(java.lang.String theName)  
    • Constructor Detail

      • StartEntityEvent

        public StartEntityEvent​(java.lang.String theName)
    • Method Detail

      • processEvent

        public void processEvent​(UnmarshalRecord unmarshalRecord)
                          throws org.xml.sax.SAXException
        Specified by:
        processEvent in class SAXEvent
        Throws:
        org.xml.sax.SAXException