|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.xslt.xt.transform.ActionBase
Constructor Summary | |
ActionBase(java.net.URI source,
int line,
int column)
Creates a new instance of ActionBase |
Method Summary | |
int |
getColumn()
|
int |
getLine()
|
java.net.URI |
getSourceURI()
|
void |
setColumn(int column)
|
void |
setLine(int line)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.smallx.xml.xslt.xt.Action |
getName, invoke |
Constructor Detail |
public ActionBase(java.net.URI source, int line, int column)
Method Detail |
public java.net.URI getSourceURI()
getSourceURI
in interface SourceLocation
public int getLine()
getLine
in interface Location
public int getColumn()
getColumn
in interface Location
public void setLine(int line)
setLine
in interface Location
public void setColumn(int column)
setColumn
in interface Location
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |