tomp.xtcl.command
Class SAXSourceCommand

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.VarCommand
          extended bytomp.xtcl.command.SAXSourceCommand
All Implemented Interfaces:
Command

public class SAXSourceCommand
extends VarCommand


Field Summary
protected  java.lang.String className
           
protected  java.lang.String inputSourceRef
           
protected  java.util.Map params
           
protected  java.util.Map realParams
           
 
Fields inherited from class tomp.xtcl.command.VarCommand
var
 
Constructor Summary
SAXSourceCommand()
           
 
Method Summary
 int execute(Context c)
           
 void setClassName(java.lang.String r)
           
 void setInputSource(java.lang.String r)
           
 void setParameter(java.lang.String k, java.lang.Object v)
           
 java.lang.String toString()
           
 
Methods inherited from class tomp.xtcl.command.VarCommand
setVar
 
Methods inherited from class tomp.xtcl.command.AbstractCommand
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

protected java.lang.String className

inputSourceRef

protected java.lang.String inputSourceRef

params

protected java.util.Map params

realParams

protected java.util.Map realParams
Constructor Detail

SAXSourceCommand

public SAXSourceCommand()
Method Detail

setClassName

public void setClassName(java.lang.String r)

setInputSource

public void setInputSource(java.lang.String r)

setParameter

public void setParameter(java.lang.String k,
                         java.lang.Object v)

execute

public int execute(Context c)
            throws java.lang.Exception
Specified by:
execute in interface Command
Overrides:
execute in class AbstractCommand
Throws:
java.lang.Exception

toString

public java.lang.String toString()