|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.xquery.XQSrcPoint
Location in a source module or query.
Constructor Summary | |
XQSrcPoint()
|
Method Summary | |
int |
getColumnNumber()
Returns the pertaining column number in source line (starts from 0). |
int |
getLineNumber()
Returns the pertaining line number (starts from 1). |
java.lang.String |
getModuleURI()
Returns the resolved URI of the module (null for a main query). |
int |
getOffset()
Returns the pertaining character offset (starts from 0). |
java.lang.String |
getSourceLine()
Returns the pertaining XQuery source line. |
void |
setLocation(net.axyana.qizxopen.xquery.impl.Module module,
int offset)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XQSrcPoint()
Method Detail |
public java.lang.String getModuleURI()
public int getOffset()
public int getLineNumber()
public int getColumnNumber()
public java.lang.String getSourceLine()
public void setLocation(net.axyana.qizxopen.xquery.impl.Module module, int offset)
public java.lang.String toString()
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |