Class CharactersEvent


  • public class CharactersEvent
    extends SAXEvent

    Purpose: Class to represent the characters event

    Responsibilities:

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

      Constructors 
      Constructor Description
      CharactersEvent​(char[] theCharacters, int theStart, int theLength)  
      CharactersEvent​(java.lang.CharSequence charSequence)  
    • Constructor Detail

      • CharactersEvent

        public CharactersEvent​(java.lang.CharSequence charSequence)
      • CharactersEvent

        public CharactersEvent​(char[] theCharacters,
                               int theStart,
                               int theLength)
    • Method Detail

      • processEvent

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