Class 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)  
    • Constructor Detail

      • StartElementEvent

        public StartElementEvent​(java.lang.String theNamespaceUri,
                                 java.lang.String theLocalName,
                                 java.lang.String theQname,
                                 org.xml.sax.Attributes theAttrs)
    • Method Detail

      • processEvent

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