tomp.xtcl.command
Class SAXSourceCommand
java.lang.Object
tomp.xtcl.command.AbstractCommand
tomp.xtcl.command.VarCommand
tomp.xtcl.command.SAXSourceCommand
- All Implemented Interfaces:
- Command
- public class SAXSourceCommand
- extends VarCommand
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 |
className
protected java.lang.String className
inputSourceRef
protected java.lang.String inputSourceRef
params
protected java.util.Map params
realParams
protected java.util.Map realParams
SAXSourceCommand
public SAXSourceCommand()
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()