|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.orbeon.oxf.xml.dom4j.LocationData
public class 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()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |