|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.xmlctf.xmldiff.xml.Location
public class Location
An immutable class for storing XML file location information.
| Constructor Summary | |
|---|---|
Location(org.xml.sax.Locator locator)
Creates a new Location with the current values from the provided Locator. |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Returns the column number. |
int |
getLineNumber()
Returns the line number. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Location(org.xml.sax.Locator locator)
locator - a SAX locator| Method Detail |
|---|
public int getColumnNumber()
public int getLineNumber()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||