Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Method Summary | |
int |
|
int |
|
int |
|
int |
|
boolean |
|
String |
|
public int getBeginColumnNumber()
Returns the column number of the beginning of this event.
- Specified by:
- getBeginColumnNumber in interface HTMLEventInfo
public int getBeginLineNumber()
Returns the line number of the beginning of this event.
- Specified by:
- getBeginLineNumber in interface HTMLEventInfo
public int getEndColumnNumber()
Returns the column number of the end of this event.
- Specified by:
- getEndColumnNumber in interface HTMLEventInfo
public int getEndLineNumber()
Returns the line number of the end of this event.
- Specified by:
- getEndLineNumber in interface HTMLEventInfo
public boolean isSynthesized()
Returns true if this corresponding event was synthesized.
- Specified by:
- isSynthesized in interface HTMLEventInfo
public String toString()
Returns a string representation of this object.