Package net.sf.tomp.xtcl

Interface Summary
Command The interface for a command - enables the command to be executed within a context.
Compiler Compiler for compiling XTCL script from various sources.
ParametrizedCommand Extension of the Parametrized intf.
 

Class Summary
CommandLineReader Used to read command line from various sources, eg. console, file...
CompilerBase Abstract base for a Compiler.
CompilerFactory Simple CompilerFactory, creates Compilers, either the standard ones or of the specified class
Context Context for compilation, execution, creating XMLReaders, XMLFilters Resolvers, Transformations etc
InteractiveExecutor Simple executor for running XTCL commands from command line, ¨ i.e. console, std. input
Main Main XTCL entry point, allows execution of XTCL script from files or interactively command-by-command from comman line.
XTCompiler Reads the commands from the underlying CommandLineReader, within a Context and produces a Command (usually a Sequence)
 

Exception Summary
UnknownCommandException Thrown by the XTCompiler if an unknown command name is encountered (not in cases of known command but invalid syntax)