Class StartDocumentEvent


  • public class StartDocumentEvent
    extends SAXEvent

    Purpose: Class to represent the startDocument event

    Responsibilities:

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

      • StartDocumentEvent

        public StartDocumentEvent()
    • Method Detail

      • processEvent

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