Class HTMLEventInfo.SynthesizedItem

    • Constructor Detail

      • SynthesizedItem

        public SynthesizedItem()
    • Method Detail

      • getBeginLineNumber

        public int getBeginLineNumber()
        Specified by:
        getBeginLineNumber in interface HTMLEventInfo
        Returns:
        the line number of the beginning of this event.
      • getBeginColumnNumber

        public int getBeginColumnNumber()
        Specified by:
        getBeginColumnNumber in interface HTMLEventInfo
        Returns:
        the column number of the beginning of this event.
      • getBeginCharacterOffset

        public int getBeginCharacterOffset()
        Specified by:
        getBeginCharacterOffset in interface HTMLEventInfo
        Returns:
        the character offset of the beginning of this event.
      • getEndLineNumber

        public int getEndLineNumber()
        Specified by:
        getEndLineNumber in interface HTMLEventInfo
        Returns:
        the line number of the end of this event.
      • getEndColumnNumber

        public int getEndColumnNumber()
        Specified by:
        getEndColumnNumber in interface HTMLEventInfo
        Returns:
        the column number of the end of this event.
      • getEndCharacterOffset

        public int getEndCharacterOffset()
        Specified by:
        getEndCharacterOffset in interface HTMLEventInfo
        Returns:
        the character offset of the end of this event.
      • isSynthesized

        public boolean isSynthesized()
        Specified by:
        isSynthesized in interface HTMLEventInfo
        Returns:
        true if this corresponding event was synthesized.
      • clone

        public Augmentations clone()
        Save to return this instance because it does not have state
        Specified by:
        clone in interface Augmentations
        Overrides:
        clone in class java.lang.Object
        Returns:
        this instance
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of this object.