|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCommand | |
---|---|
net.sf.tomp.xtcl.command | |
net.sf.tomp.xtcl.test |
Uses of AbstractCommand in net.sf.tomp.xtcl.command |
---|
Subclasses of AbstractCommand in net.sf.tomp.xtcl.command | |
---|---|
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. |
Uses of AbstractCommand in net.sf.tomp.xtcl.test |
---|
Subclasses of AbstractCommand in net.sf.tomp.xtcl.test | |
---|---|
class |
MyMultiFilterCommand
DOCUMENT ME! |
class |
TestParametrizedVarCommand
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |