Uses of Interface
net.sf.tomp.xtcl.ParametrizedCommand

Packages that use ParametrizedCommand
net.sf.tomp.xtcl   
net.sf.tomp.xtcl.command   
net.sf.tomp.xtcl.test   
 

Uses of ParametrizedCommand in net.sf.tomp.xtcl
 

Methods in net.sf.tomp.xtcl with parameters of type ParametrizedCommand
protected  int CompilerBase.setParameters(java.lang.String[] cl, int i, ParametrizedCommand command)
          Reads and sets all the parameters to the ParametrizedCommand
 

Uses of ParametrizedCommand in net.sf.tomp.xtcl.command
 

Classes in net.sf.tomp.xtcl.command that implement ParametrizedCommand
 class AbstractParametrizedVarCommand
          The base for parametrized VarCommands.
 class Do
          Do a template.
 class FilterCommand
          Command for loading and initializing a XMLFilter (XTFilter)
 class JoostFilterCommand
          DOCUMENT ME!
 class SAXSourceCommand
          DOCUMENT ME!
 class Transform
          DOCUMENT ME!
 class TransformerFilterCommand
          DOCUMENT ME!
 

Uses of ParametrizedCommand in net.sf.tomp.xtcl.test
 

Classes in net.sf.tomp.xtcl.test that implement ParametrizedCommand
 class TestParametrizedVarCommand