protected static class HTMLScanner.LocationItem extends Object implements HTMLEventInfo
HTMLEventInfo.SynthesizedItem| Modifier and Type | Field and Description |
|---|---|
protected int |
fBeginColumnNumber
Beginning column number.
|
protected int |
fBeginLineNumber
Beginning line number.
|
protected int |
fEndColumnNumber
Ending column number.
|
protected int |
fEndLineNumber
Ending line number.
|
| Modifier | Constructor and Description |
|---|---|
protected |
LocationItem() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected int fBeginLineNumber
protected int fBeginColumnNumber
protected int fEndLineNumber
protected int fEndColumnNumber
public void setValues(int beginLine,
int beginColumn,
int endLine,
int endColumn)
public int getBeginLineNumber()
getBeginLineNumber in interface HTMLEventInfopublic int getBeginColumnNumber()
getBeginColumnNumber in interface HTMLEventInfopublic int getEndLineNumber()
getEndLineNumber in interface HTMLEventInfopublic int getEndColumnNumber()
getEndColumnNumber in interface HTMLEventInfopublic boolean isSynthesized()
isSynthesized in interface HTMLEventInfo(C) Copyright 2002-2008, Andy Clark. All rights reserved.