Class CommentEvent


  • public class CommentEvent
    extends SAXEvent

    Purpose: Class to represent the comment event

    Responsibilities:

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

      Constructors 
      Constructor Description
      CommentEvent​(char[] theCharacters, int theStart, int theEnd)  
    • Constructor Detail

      • CommentEvent

        public CommentEvent​(char[] theCharacters,
                            int theStart,
                            int theEnd)
    • Method Detail

      • processEvent

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