|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberneko.html.HTMLScanner.LocationItem
protected static class HTMLScanner.LocationItem
Location infoset item.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.cyberneko.html.HTMLEventInfo |
---|
HTMLEventInfo.SynthesizedItem |
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. |
Constructor Summary | |
---|---|
protected |
HTMLScanner.LocationItem()
|
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. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int fBeginLineNumber
protected int fBeginColumnNumber
protected int fEndLineNumber
protected int fEndColumnNumber
Constructor Detail |
---|
protected HTMLScanner.LocationItem()
Method Detail |
---|
public void setValues(int beginLine, int beginColumn, int endLine, int endColumn)
public int getBeginLineNumber()
getBeginLineNumber
in interface HTMLEventInfo
public int getBeginColumnNumber()
getBeginColumnNumber
in interface HTMLEventInfo
public int getEndLineNumber()
getEndLineNumber
in interface HTMLEventInfo
public int getEndColumnNumber()
getEndColumnNumber
in interface HTMLEventInfo
public boolean isSynthesized()
isSynthesized
in interface HTMLEventInfo
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |