A B C D E F G H I J L M N O P R S T U V W X

C

cache - Variable in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
Call - Class in net.sf.tomp.xtcl.command
Calls a Function.
Call() - Constructor for class net.sf.tomp.xtcl.command.Call
 
CatchCommand - Class in net.sf.tomp.xtcl.command
CatchCommand - does nothing when executed.
CatchCommand() - Constructor for class net.sf.tomp.xtcl.command.CatchCommand
 
Cd - Class in net.sf.tomp.xtcl.command
Changes the working (current) directory.
Cd() - Constructor for class net.sf.tomp.xtcl.command.Cd
 
Chain - Class in net.sf.tomp.xtcl.command
Command to assemble and store a transformation chain
Chain() - Constructor for class net.sf.tomp.xtcl.command.Chain
 
characters(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
characters(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a character data event.
className - Variable in class net.sf.tomp.xtcl.command.FilterCommand
XTCL's XTFilter or SAX's XMLFilter class name
className - Variable in class net.sf.tomp.xtcl.command.JavaCommand
the Java class name
className - Variable in class net.sf.tomp.xtcl.command.SAXSourceCommand
DOCUMENT ME!
cloneCompilers(Context, Context) - Static method in class net.sf.tomp.xtcl.CompilerFactory
Clones all compilers to a target Context
cmdarray - Variable in class net.sf.tomp.xtcl.command.ExeCommand
array holding cmd name and params
Command - Interface in net.sf.tomp.xtcl
The interface for a command - enables the command to be executed within a context.
command - Variable in class net.sf.tomp.xtcl.command.Function
the command itself
command - Variable in class net.sf.tomp.xtcl.command.TryBlock
DOCUMENT ME!
CommandLineReader - Class in net.sf.tomp.xtcl
Used to read command line from various sources, eg. console, file...
CommandLineReader() - Constructor for class net.sf.tomp.xtcl.CommandLineReader
Creates a new instance of CommandLineReader - from console
CommandLineReader(String) - Constructor for class net.sf.tomp.xtcl.CommandLineReader
Creates a new instance of CommandLineReader - from console
CommandLineReader(File) - Constructor for class net.sf.tomp.xtcl.CommandLineReader
Creates a new instance of CommandLineReader - from File
CommandLineReader(BufferedReader) - Constructor for class net.sf.tomp.xtcl.CommandLineReader
Creates a new instance of CommandLineReader - from BufferedReader
commandsToString() - Method in class net.sf.tomp.xtcl.command.Sequence
DOCUMENT ME!
comment(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Callback interface for SAX (part of LexicalHandler interface): not for application use
comment(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Callback interface for SAX (part of LexicalHandler interface): not for application use
comment(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
Callback interface for SAX (part of LexicalHandler interface): not for application use
comment(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Callback interface for SAX (part of LexicalHandler interface): not for application use
compile(CommandLineReader) - Method in interface net.sf.tomp.xtcl.Compiler
Compiles commands from a CommandLineReader into a command Sequence
compile(String[], CommandLineReader) - Method in interface net.sf.tomp.xtcl.Compiler
 
compile(String, CommandLineReader) - Method in interface net.sf.tomp.xtcl.Compiler
 
compile(String) - Method in interface net.sf.tomp.xtcl.Compiler
 
compile(CommandLineReader) - Method in class net.sf.tomp.xtcl.CompilerBase
Compiles commands from a CommandLineReader into a command Sequence
compile(File) - Method in class net.sf.tomp.xtcl.CompilerBase
Compiles commands from a String
compile(String) - Method in class net.sf.tomp.xtcl.CompilerBase
Compiles commands from a String
compile(String, CommandLineReader) - Method in class net.sf.tomp.xtcl.CompilerBase
Compiles commands from a String followed by a CommandLineReader into a command Sequence
compile(String[], CommandLineReader) - Method in class net.sf.tomp.xtcl.XTCompiler
The main compile method.
compileByNextCompiler(String, String[], CommandLineReader) - Method in class net.sf.tomp.xtcl.CompilerBase
 
Compiler - Interface in net.sf.tomp.xtcl
Compiler for compiling XTCL script from various sources.
CompilerBase - Class in net.sf.tomp.xtcl
Abstract base for a Compiler.
CompilerBase() - Constructor for class net.sf.tomp.xtcl.CompilerBase
 
CompilerFactory - Class in net.sf.tomp.xtcl
Simple CompilerFactory, creates Compilers, either the standard ones or of the specified class
CompilerFactory() - Constructor for class net.sf.tomp.xtcl.CompilerFactory
 
connectHandlers(XMLReader, XMLFilter) - Static method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
contentHandler - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
contentHandler2 - Variable in class net.sf.tomp.xtcl.filter.TeeFilterImpl
DOCUMENT ME!
Context - Class in net.sf.tomp.xtcl
Context for compilation, execution, creating XMLReaders, XMLFilters Resolvers, Transformations etc
Context() - Constructor for class net.sf.tomp.xtcl.Context
Creates a new instance of Context from scratch
Context(Context) - Constructor for class net.sf.tomp.xtcl.Context
Creates a new instance of Context, copying all data from the given parent Context.
context - Variable in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
context - Variable in class net.sf.tomp.xtcl.InteractiveExecutor
Context for commands compilation and execution
copyHandlers(XMLReader, XMLReader) - Static method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
createCompiler(String, Context) - Static method in class net.sf.tomp.xtcl.CompilerFactory
Similar to createDefaultCompilers but creates Compiler with the specified classname compClassName
createCompiler(Class, Context) - Static method in class net.sf.tomp.xtcl.CompilerFactory
Similar to createCompiler but creates Compiler with the specified Class compClass
createDefaultCompilers(Context) - Static method in class net.sf.tomp.xtcl.CompilerFactory
Create the default Compiler.

A B C D E F G H I J L M N O P R S T U V W X