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)
JoostFilterCommand DOCUMENT ME!
JoostStyle DOCUMENT ME!
Label DOCUMENT ME!
Load DOCUMENT ME!
MyMultiFilterCommand DOCUMENT ME!
PropertiesCommand DOCUMENT ME!
PropertiesToContext DOCUMENT ME!
Remove A Call to a Function.
Ret DOCUMENT ME!
Save DOCUMENT ME!
SAXSourceCommand DOCUMENT ME!
Sequence A Sequence of Commands, will be executed sequentially, one-after-another
SetCommand DOCUMENT ME!
Str DOCUMENT ME!
Style DOCUMENT ME!
TeeFilterCommand DOCUMENT ME!
Template DOCUMENT ME!
Transform DOCUMENT ME!
TransformerFilterCommand DOCUMENT ME!
TryBlock DOCUMENT ME!
VarCommand DOCUMENT ME!
Verbose DOCUMENT ME!