Class HTMLEventInfo.SynthesizedItem

java.lang.Object
org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
All Implemented Interfaces:
HTMLEventInfo, Augmentations
Enclosing interface:
HTMLEventInfo

public static class HTMLEventInfo.SynthesizedItem extends Object implements HTMLEventInfo
Synthesized infoset item.
  • Constructor Details

    • SynthesizedItem

      public SynthesizedItem()
  • Method Details

    • 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 Object
      Returns:
      this instance
    • toString

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