Class StartPrefixMappingEvent


  • public class StartPrefixMappingEvent
    extends SAXEvent

    Purpose: Class to represent the startPrefixMapping event

    Responsibilities:

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

      Constructors 
      Constructor Description
      StartPrefixMappingEvent​(java.lang.String thePrefix, java.lang.String theNamespaceUri)  
    • Constructor Detail

      • StartPrefixMappingEvent

        public StartPrefixMappingEvent​(java.lang.String thePrefix,
                                       java.lang.String theNamespaceUri)
    • Method Detail

      • processEvent

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