java.lang.Object
org.eclipse.persistence.internal.oxm.record.deferred.SAXEvent
org.eclipse.persistence.internal.oxm.record.deferred.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 Details

    • CharactersEvent

      public CharactersEvent(CharSequence charSequence)
    • CharactersEvent

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