org.cyberneko.html
protected static class HTMLScanner.LocationItem extends Object implements HTMLEventInfo
| Field Summary | |
|---|---|
| protected int | fBeginColumnNumber Beginning column number. |
| protected int | fBeginLineNumber Beginning line number. |
| protected int | fEndColumnNumber Ending column number. |
| protected int | fEndLineNumber Ending line number. |
| 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. |
| void | setValues(int beginLine, int beginColumn, int endLine, int endColumn) Sets the values of this item. |
| String | toString() Returns a string representation of this object. |