public static class HTMLEventInfo.SynthesizedItem extends java.lang.Object implements HTMLEventInfo
HTMLEventInfo.SynthesizedItem
Constructor and Description |
---|
HTMLEventInfo.SynthesizedItem() |
Modifier and Type | Method and Description |
---|---|
int |
getBeginCharacterOffset()
Returns the character offset of the beginning of this event.
|
int |
getBeginColumnNumber()
Returns the column number of the beginning of this event.
|
int |
getBeginLineNumber()
Returns the line number of the beginning of this event.
|
int |
getEndCharacterOffset()
Returns the character offset of the end of this event.
|
int |
getEndColumnNumber()
Returns the column number of the end of this event.
|
int |
getEndLineNumber()
Returns the line number of the end of this event.
|
boolean |
isSynthesized()
Returns true if this corresponding event was synthesized.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
public int getBeginLineNumber()
getBeginLineNumber
in interface HTMLEventInfo
public int getBeginColumnNumber()
getBeginColumnNumber
in interface HTMLEventInfo
public int getBeginCharacterOffset()
getBeginCharacterOffset
in interface HTMLEventInfo
public int getEndLineNumber()
getEndLineNumber
in interface HTMLEventInfo
public int getEndColumnNumber()
getEndColumnNumber
in interface HTMLEventInfo
public int getEndCharacterOffset()
getEndCharacterOffset
in interface HTMLEventInfo
public boolean isSynthesized()
isSynthesized
in interface HTMLEventInfo
public java.lang.String toString()
toString
in class java.lang.Object
(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.