Class EndElementEvent


  • public class EndElementEvent
    extends SAXEvent

    Purpose: Class to represent the endElement event

    Responsibilities:

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

      Constructors 
      Constructor Description
      EndElementEvent​(java.lang.String theNamespaceUri, java.lang.String theLocalName, java.lang.String theQname)  
    • Constructor Detail

      • EndElementEvent

        public EndElementEvent​(java.lang.String theNamespaceUri,
                               java.lang.String theLocalName,
                               java.lang.String theQname)
    • Method Detail

      • processEvent

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