Class StartDTDEvent


  • public class StartDTDEvent
    extends SAXEvent

    Purpose: Class to represent the startDTD event

    Responsibilities:

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

      Constructors 
      Constructor Description
      StartDTDEvent​(java.lang.String theName, java.lang.String thePublicId, java.lang.String theSystemId)  
    • Constructor Detail

      • StartDTDEvent

        public StartDTDEvent​(java.lang.String theName,
                             java.lang.String thePublicId,
                             java.lang.String theSystemId)
    • Method Detail

      • processEvent

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