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

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

Uses of Command in net.sf.tomp.xtcl
 

Methods in net.sf.tomp.xtcl that return Command
 Command CompilerBase.compile(CommandLineReader clr)
          Compiles commands from a CommandLineReader into a command Sequence
 Command Compiler.compile(CommandLineReader clr)
          Compiles commands from a CommandLineReader into a command Sequence
 Command CompilerBase.compile(java.io.File f)
          Compiles commands from a String
 Command CompilerBase.compile(java.lang.String s)
          Compiles commands from a String
 Command Compiler.compile(java.lang.String script)
           
 Command XTCompiler.compile(java.lang.String[] cl, CommandLineReader clr)
          The main compile method.
 Command Compiler.compile(java.lang.String[] cl, CommandLineReader clr)
           
 Command CompilerBase.compile(java.lang.String cl, CommandLineReader clr)
          Compiles commands from a String followed by a CommandLineReader into a command Sequence
 Command Compiler.compile(java.lang.String cl, CommandLineReader clr)
           
protected  Command CompilerBase.compileByNextCompiler(java.lang.String ci, java.lang.String[] cl, CommandLineReader clr)
           
 

Methods in net.sf.tomp.xtcl with parameters of type Command
protected  void CompilerBase.assertWholeLineRead(java.lang.String ci, int i, java.lang.String[] cl, Command commandToReturn)
           
 int Context.execute(Command command)
          Executes a command in the current context
 

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

Classes in net.sf.tomp.xtcl.command that implement Command
 class AbstractCommand
          Base class for (almost all) built-in Commands in XTCL.
 class AbstractParametrizedVarCommand
          The base for parametrized VarCommands.
 class Call
          Calls a Function.
 class CatchCommand
          CatchCommand - does nothing when executed.
 class Cd
          Changes the working (current) directory.
 class Do
          Do a template.
 class Doc
          Creates an empty DOM tree and stores it as variable into the Context.
 class Dump
          Prints variable content.
 class DumpContext
          Dumps the Context content
 class DumpContexts
          Dumps this Context and also its ancestors.
 class Echo
          Prints a String to Context's stdout
 class End
          End command does nothing; serves just as a marker in the sequence.
 class Err
          Generates an Error with specified return (error) code
 class ExeCommand
          Executes an XTCL-external, i.e.
 class Fil
          Creates a File and puts it as variable to Context
 class FileCommand
          Abstract ancestor of File-related, i.e.
 class FilterCommand
          Command for loading and initializing a XMLFilter (XTFilter)
 class Function
          Function command
 class Help
          Prints help (just basic info :-)) on XTCL.
 class Chain
          Command to assemble and store a transformation chain
 class JavaCommand
          Executes an executable Java class (i.e. with main method)
 class JoostStyle
          DOCUMENT ME!
 class Label
          Label, marker, just has a name
 class Load
          Loads a DOM tree from file, puts into Context as variable.
 class PropertiesCommand
          Creates java.util.Properties and puts it into Context.
 class PropertiesToContext
          Puts all key=value pairs from the Properties separately to the Context.
 class Remove
          Removes referenced objects (usually variables) from Context.
 class Ret
          Returns from a function, giving the results back to parent (calling) Context
 class Save
          Saves a DOM Document to File.
 class SAXSourceCommand
          Creates SAXSource or XTSAXSource by class name.
 class Sequence
          A Sequence of Commands, will be executed sequentially, one-after-another
 class SetCommand
          Copies src var to var (shallow copy).
 class Str
          Creates a String and puts it as variable to Context.
 class STXFilterCommand
          Filter based on STX transformation.
 class Style
          DOCUMENT ME!
 class StyleFilterCommand
          Abstract ancestor for all style-based TransformerFilters
 class TeeFilterCommand
          Creates a tee filter.
 class Template
          Creates a XTCL script template.
 class Transform
          Performs a transformation - similar as in Chain but only single-step.
 class TryBlock
          Executes the command within the TryBlock.
 class VarCommand
          Base for commands dealing with a variable.
 class Verbose
          Sets verbosity to Context.
 class XSLTFilterCommand
          Filter based on XSLT transformation.
 

Fields in net.sf.tomp.xtcl.command declared as Command
protected  Command TryBlock.command
          the command in this try-block
protected  Command Function.command
          the command itself
 

Methods in net.sf.tomp.xtcl.command with parameters of type Command
 void TryBlock.setCommand(Command c)
          set the command in this try-block
 void Function.setCommand(Command c)
          sets the command representing the function
 void Sequence.setCommands(Command[] c)
          Set the array of Command into this Sequence
 

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

Classes in net.sf.tomp.xtcl.test that implement Command
 class MyMultiFilterCommand
          DOCUMENT ME!
 class TestParametrizedVarCommand
           
 



Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.