|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.orbeon.oxf.xml.dom4j.LocationData
Constructor Summary | |
LocationData(Locator locator)
|
|
LocationData(SAXParseException exception)
|
|
LocationData(SourceLocator sourceLocator)
|
|
LocationData(String systemID,
int line,
int col)
|
Method Summary | |
int |
getCol()
|
int |
getLine()
|
String |
getPublicID()
|
String |
getSystemID()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LocationData(String systemID, int line, int col)
public LocationData(Locator locator)
public LocationData(SourceLocator sourceLocator)
public LocationData(SAXParseException exception)
Method Detail |
public String getSystemID()
public String getPublicID()
public int getLine()
public int getCol()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |