Class EndDocumentEvent


  • public class EndDocumentEvent
    extends SAXEvent

    Purpose: Class to represent the endDocument event

    Responsibilities:

    • Execute the endDocument event on the given unmarshalRecord with the specified arguments
    • Constructor Detail

      • EndDocumentEvent

        public EndDocumentEvent()
    • Method Detail

      • processEvent

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