|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.adaptx.xslt.dom.Location
A class for storing location information
| Constructor Summary | |
|---|---|
Location(int line,
int column)
Creates a new Location with the given line and column numbers. |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Returns the column number |
int |
getLineNumber()
Returns the line number |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Location(int line,
int column)
line - the line numbercolumn - the column number| Method Detail |
public int getColumnNumber()
public int getLineNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||