org.cyberneko.html
public static class HTMLEventInfo.SynthesizedItem extends Object implements HTMLEventInfo
Method Summary | |
---|---|
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 | 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. |
String | toString() Returns a string representation of this object. |