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) |