tomp.xtcl.command
Class JoostStyle

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

public class JoostStyle
extends VarCommand


Field Summary
protected  java.lang.String styleRef
           
protected  javax.xml.transform.Templates templates
           
 
Fields inherited from class tomp.xtcl.command.VarCommand
var
 
Constructor Summary
JoostStyle()
           
 
Method Summary
 int execute(Context context)
           
 void setStyleRef(java.lang.String s)
           
 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

styleRef

protected java.lang.String styleRef

templates

protected javax.xml.transform.Templates templates
Constructor Detail

JoostStyle

public JoostStyle()
Method Detail

setStyleRef

public void setStyleRef(java.lang.String s)

execute

public int execute(Context context)
            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()