com.smallx.xml.xslt.xt.transform
Class ActionBase

java.lang.Object
  extended bycom.smallx.xml.xslt.xt.transform.ActionBase
All Implemented Interfaces:
Action, Location, SourceLocation

public abstract class ActionBase
extends java.lang.Object
implements Action


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

ActionBase

public ActionBase(java.net.URI source,
                  int line,
                  int column)
Creates a new instance of ActionBase

Method Detail

getSourceURI

public java.net.URI getSourceURI()
Specified by:
getSourceURI in interface SourceLocation

getLine

public int getLine()
Specified by:
getLine in interface Location

getColumn

public int getColumn()
Specified by:
getColumn in interface Location

setLine

public void setLine(int line)
Specified by:
setLine in interface Location

setColumn

public void setColumn(int column)
Specified by:
setColumn in interface Location