Package net.sf.tomp.xtcl.command

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



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