|
API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSourceLocation
Represents a location in a document. Passed to
the XMessageHandler
report method
to indicate the location of the error or message.
XMessageHandler
Method Summary | |
---|---|
int |
getEndColumn()
Get the end column number within the document. |
int |
getEndLine()
Get the end line number within the document. |
String |
getPublicId()
Get the public identifier for the document. |
int |
getStartColumn()
Get the start column number within the document. |
int |
getStartLine()
Get the start line number within the document. |
String |
getSystemId()
Get the system identifier for the document. |
Method Detail |
---|
String getSystemId()
String getPublicId()
int getStartLine()
int getStartColumn()
int getEndLine()
int getEndColumn()
|
IBM Copyright 2004-2008 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |