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

A

AbstractCommand - Class in net.sf.tomp.xtcl.command
Base class for (almost all) built-in Commands in XTCL.
AbstractCommand() - Constructor for class net.sf.tomp.xtcl.command.AbstractCommand
 
AbstractParametrizedVarCommand - Class in net.sf.tomp.xtcl.command
The base for parametrized VarCommands.
AbstractParametrizedVarCommand() - Constructor for class net.sf.tomp.xtcl.command.AbstractParametrizedVarCommand
 
addCompiler(Compiler) - Method in class net.sf.tomp.xtcl.Context
Adds a Compiler to the compilers' list at the position 0 {start}
addCompiler(int, Compiler) - Method in class net.sf.tomp.xtcl.Context
 
addFilter(int, XMLFilter) - Method in interface net.sf.tomp.xtcl.filter.DynamicMultiFilter
DOCUMENT ME!
addFilter(int, XMLFilter) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
addFilterStyleRef(String) - Method in class net.sf.tomp.xtcl.command.Chain
adds filter or style reference
addParameterPropertiesReference(String) - Method in class net.sf.tomp.xtcl.command.AbstractParametrizedVarCommand
Adds a reference to Properties that will be used as parameters.
addParameterPropertiesReference(String) - Method in class net.sf.tomp.xtcl.command.Transform
adds a reference to Properties that will be used as parameters
addParameterPropertiesReference(String) - Method in interface net.sf.tomp.xtcl.ParametrizedCommand
Adds a reference to Properties object from which the parameters will be read.
addText(String) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
all - Variable in class net.sf.tomp.xtcl.command.Dump
DOCUMENT ME!
args - Variable in class net.sf.tomp.xtcl.command.JavaCommand
the Java class arguments
assertWholeLineRead(String, int, String[], Command) - Method in class net.sf.tomp.xtcl.CompilerBase
 

B

br - Variable in class net.sf.tomp.xtcl.CommandLineReader
Bufferedreader to read command lines from

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
SAXSource or XTSAXSource class name
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
the command in this try-block
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.

D

deep - Variable in class net.sf.tomp.xtcl.command.Dump
DOCUMENT ME!
deep - Variable in class net.sf.tomp.xtcl.command.DumpContext
deep?
deep - Variable in class net.sf.tomp.xtcl.command.DumpContexts
deep?
determineHandlerInfo() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
Do - Class in net.sf.tomp.xtcl.command
Do a template.
Do() - Constructor for class net.sf.tomp.xtcl.command.Do
 
Doc - Class in net.sf.tomp.xtcl.command
Creates an empty DOM tree and stores it as variable into the Context.
Doc() - Constructor for class net.sf.tomp.xtcl.command.Doc
 
done(Context, int) - Method in class net.sf.tomp.xtcl.command.AbstractCommand
Executed always after the command itself.
dtdHandler - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
Dump - Class in net.sf.tomp.xtcl.command
Prints variable content.
Dump() - Constructor for class net.sf.tomp.xtcl.command.Dump
 
dump(boolean) - Method in class net.sf.tomp.xtcl.Context
Dumps the Context content, i.e. variables
dumpAll(boolean) - Method in class net.sf.tomp.xtcl.Context
Dumps not just this Context and also all its ancestors.
DumpContext - Class in net.sf.tomp.xtcl.command
Dumps the Context content
DumpContext() - Constructor for class net.sf.tomp.xtcl.command.DumpContext
 
DumpContexts - Class in net.sf.tomp.xtcl.command
Dumps this Context and also its ancestors.
DumpContexts() - Constructor for class net.sf.tomp.xtcl.command.DumpContexts
 
dumpVariable(Object) - Method in class net.sf.tomp.xtcl.Context
Dumps one variable identified by the key.
DynamicFilter - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
DynamicFilterImpl - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
DynamicFilterImpl() - Constructor for class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Construct an empty XML filter, with no parent.
DynamicFilterImpl(XMLReader) - Constructor for class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Construct an XML filter with the specified parent.
DynamicMultiFilter - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
DynamicMultiFilterImpl - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
DynamicMultiFilterImpl() - Constructor for class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
 
DynamicMultiFilterImpl(XMLReader) - Constructor for class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Creates a new DynamicMultiFilterImpl object.

E

Echo - Class in net.sf.tomp.xtcl.command
Prints a String to Context's stdout
Echo() - Constructor for class net.sf.tomp.xtcl.command.Echo
 
echo - Variable in class net.sf.tomp.xtcl.command.Echo
String to be printed
End - Class in net.sf.tomp.xtcl.command
End command does nothing; serves just as a marker in the sequence.
End() - Constructor for class net.sf.tomp.xtcl.command.End
 
endCDATA() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
endCDATA() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
endCDATA() - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
endCDATA() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
endDocument() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an end document event.
endDocument() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an end document event.
endDocument() - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter an end document event.
endDocument() - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
endDocument() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an end document event.
endDocument() - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
DOCUMENT ME!
endDTD() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Register the end of the DTD.
endDTD() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Register the end of the DTD.
endDTD() - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
Register the end of the DTD.
endDTD() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Register the end of the DTD.
endDTD() - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
Register the end of the DTD.
endElement(String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
endElement(String, String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
Filter an end element event.
endEntity(String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
endEntity(String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
endEntity(String) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
endEntity(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
endPrefixMapping(String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
endPrefixMapping(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
DOCUMENT ME!
entityResolver - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
equals(Object) - Method in class net.sf.tomp.general.IdentifiableBase
Compares objects on the IDs.
Err - Class in net.sf.tomp.xtcl.command
Generates an Error with specified return (error) code
Err() - Constructor for class net.sf.tomp.xtcl.command.Err
 
err - Variable in class net.sf.tomp.xtcl.command.Err
error code
error(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an error event.
error(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an error event.
error(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an error event.
errorHandler - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
ExeCommand - Class in net.sf.tomp.xtcl.command
Executes an XTCL-external, i.e.
ExeCommand() - Constructor for class net.sf.tomp.xtcl.command.ExeCommand
 
execute() - Method in class net.sf.tomp.xtcl.ant.XtclTask
Executes the task.
execute(Context) - Method in class net.sf.tomp.xtcl.command.AbstractCommand
Do-nothing execution of an empty command.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Call
Calls a function
execute(Context) - Method in class net.sf.tomp.xtcl.command.Cd
Changes the working (current) directory.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Chain
Creates and executes a chain transformation by chaining SAX filters and XSLT-based SAX filters.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Do
Do a template.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Doc
Creates an empty DOM tree and stores it as variable into the Context.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Dump
Prints variable content.
execute(Context) - Method in class net.sf.tomp.xtcl.command.DumpContext
Dumps the Context content.
execute(Context) - Method in class net.sf.tomp.xtcl.command.DumpContexts
Dumps this Context and also its ancestors.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Echo
Echo the String echo
execute(Context) - Method in class net.sf.tomp.xtcl.command.Err
Generates an Error with specified return (error) code
execute(Context) - Method in class net.sf.tomp.xtcl.command.ExeCommand
execute the external command with params
execute(Context) - Method in interface net.sf.tomp.xtcl.Command
Execute this command within Context c
execute(Context) - Method in class net.sf.tomp.xtcl.command.Fil
Creates a File and puts it as variable to Context.
execute(Context) - Method in class net.sf.tomp.xtcl.command.FilterCommand
Loads and initializes (parametrizes) the filter.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Function
execute the function command means execute its command
execute(Context) - Method in class net.sf.tomp.xtcl.command.Help
Prints help (just basic info :-)) on XTCL.
execute(Context) - Method in class net.sf.tomp.xtcl.command.JavaCommand
Executes the commmand, i.e. the Java class with args
execute(Context) - Method in class net.sf.tomp.xtcl.command.JoostStyle
DOCUMENT ME!
execute(Context) - Method in class net.sf.tomp.xtcl.command.Load
Loads a DOM tree from file, puts into Context as variable.
execute(Context) - Method in class net.sf.tomp.xtcl.command.PropertiesCommand
if fileNameOrRef == null, create Properties from String 'body' otherwise from File referenced by 'fileNameOrRef'
execute(Context) - Method in class net.sf.tomp.xtcl.command.PropertiesToContext
Puts all key=value pairs from the Properties separately to the Context.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Remove
Removes referenced objects (usually variables) from Context.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Ret
Returns from a function, giving the results back to parent (calling) Context under names $1 ..
execute(Context) - Method in class net.sf.tomp.xtcl.command.Save
Saves a DOM Document to File.
execute(Context) - Method in class net.sf.tomp.xtcl.command.SAXSourceCommand
Creates SAXSource or XTSAXSource by class name.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Sequence
DOCUMENT ME!
execute(Context, int) - Method in class net.sf.tomp.xtcl.command.Sequence
DOCUMENT ME!
execute(Context) - Method in class net.sf.tomp.xtcl.command.SetCommand
Copies src var to var (shallow copy).
execute(Context) - Method in class net.sf.tomp.xtcl.command.Str
Creates a String and puts it as variable to Context.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Style
creates Templates and puts it to Context styleRef may start with $ (lookup of var in Context) or otherwise it means a filename
execute(Context) - Method in class net.sf.tomp.xtcl.command.StyleFilterCommand
Sets the properties from prop. references to parameters, creates the style-based filter, initializes it, puts into Context as variable
execute(Context) - Method in class net.sf.tomp.xtcl.command.TeeFilterCommand
Creates a tee filter.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
execute(Context) - Method in class net.sf.tomp.xtcl.command.TryBlock
Executes the command within the TryBlock.
execute(Context) - Method in class net.sf.tomp.xtcl.command.Verbose
Sets verbosity to Context.
execute(Command) - Method in class net.sf.tomp.xtcl.Context
Executes a command in the current context
execute(Context) - Method in class net.sf.tomp.xtcl.test.MyMultiFilterCommand
DOCUMENT ME!

F

factory - Variable in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
fatalError(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a fatal error event.
fatalError(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a fatal error event.
fatalError(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a fatal error event.
Fil - Class in net.sf.tomp.xtcl.command
Creates a File and puts it as variable to Context
Fil() - Constructor for class net.sf.tomp.xtcl.command.Fil
 
FileCommand - Class in net.sf.tomp.xtcl.command
Abstract ancestor of File-related, i.e.
FileCommand() - Constructor for class net.sf.tomp.xtcl.command.FileCommand
 
fileName - Variable in class net.sf.tomp.xtcl.command.FileCommand
filename
FileUtil - Class in net.sf.tomp.util.io
File utilities, such as getting whole file content as String.
FileUtil() - Constructor for class net.sf.tomp.util.io.FileUtil
 
filter - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
FilterCommand - Class in net.sf.tomp.xtcl.command
Command for loading and initializing a XMLFilter (XTFilter)
FilterCommand() - Constructor for class net.sf.tomp.xtcl.command.FilterCommand
 
filters - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
filterStyleRefs - Variable in class net.sf.tomp.xtcl.command.Chain
reference to the filters or styles in the chain
firstFilter - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
Function - Class in net.sf.tomp.xtcl.command
Function command
Function() - Constructor for class net.sf.tomp.xtcl.command.Function
 

G

get(Object) - Method in class net.sf.tomp.xtcl.Context
Gets an object from Context - if not found here, recursively recursively calls get on previous Context
getBody() - Method in class net.sf.tomp.xtcl.command.PropertiesCommand
 
getBody() - Method in class net.sf.tomp.xtcl.command.Template
 
getCompiler() - Method in class net.sf.tomp.xtcl.Context
 
getCompiler(int) - Method in class net.sf.tomp.xtcl.Context
 
getCompilerCount() - Method in class net.sf.tomp.xtcl.Context
Returns count of all compilers in this Context
getContentHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Get the content event handler.
getContentHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Get the content event handler.
getContentHandler() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Get the content event handler.
getContentHandler2() - Method in interface net.sf.tomp.xtcl.filter.TeeFilter
DOCUMENT ME!
getContentHandler2() - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Get the content event handler.
getContext() - Method in interface net.sf.tomp.xtcl.Compiler
 
getContext() - Method in class net.sf.tomp.xtcl.CompilerBase
 
getContext() - Method in interface net.sf.tomp.xtcl.filter.XTFilter
 
getContext() - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
getContext() - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
 
getContext() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
 
getContext() - Method in class net.sf.tomp.xtcl.resolver.XTResolver
 
getContext() - Method in class net.sf.tomp.xtcl.resolver.XTResolvingReader
 
getDepth() - Method in class net.sf.tomp.xtcl.Context
returns the context's depth
getDocumentBuilder() - Method in class net.sf.tomp.xtcl.Context
Returns the DocumentBuilder registered with this Context
getDocumentLocator() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
 
getDTDHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Get the current DTD event handler.
getDTDHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Get the current DTD event handler.
getDTDHandler() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Get the current DTD event handler.
getEmptyTransformer() - Method in class net.sf.tomp.xtcl.Context
Returns a do-nothing Transformer.
getEntityResolver() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Get the current entity resolver.
getEntityResolver() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Get the current entity resolver.
getEntityResolver() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Get the current entity resolver.
getErrorHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Get the current error event handler.
getErrorHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Get the current error event handler.
getErrorHandler() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Get the current error event handler.
getFeature(String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Look up the value of a feature.
getFeature(String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
getFeature(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Look up the value of a feature.
getFile(Context, String) - Static method in class net.sf.tomp.xtcl.command.FileCommand
 
getFile(String) - Method in class net.sf.tomp.xtcl.Context
Get a File relative to the realPath (current directory) of this Context.
getFileContent(File) - Static method in class net.sf.tomp.util.io.FileUtil
 
getFileContent(URL) - Static method in class net.sf.tomp.util.io.FileUtil
 
getFileNameOrRef() - Method in class net.sf.tomp.xtcl.command.PropertiesCommand
 
getFilter() - Method in interface net.sf.tomp.xtcl.filter.DynamicFilter
DOCUMENT ME!
getFilter() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
getFilter(int) - Method in interface net.sf.tomp.xtcl.filter.DynamicMultiFilter
DOCUMENT ME!
getFilter(int) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
getFilterCount() - Method in interface net.sf.tomp.xtcl.filter.DynamicMultiFilter
DOCUMENT ME!
getFilterCount() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
getFilters() - Method in class net.sf.tomp.xtcl.test.MyMultiFilter
DOCUMENT ME!
getId() - Method in interface net.sf.tomp.general.Identifiable
 
getId() - Method in class net.sf.tomp.general.IdentifiableBase
 
getId() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
 
getJoostTransformerFactory() - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
getLexicalHandler() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Get the lexical event handler.
getLexicalHandler() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Get the lexical event handler.
getName() - Method in class net.sf.tomp.xtcl.command.Function
 
getName() - Method in class net.sf.tomp.xtcl.command.Template
 
getNextCompiler() - Method in interface net.sf.tomp.xtcl.Compiler
 
getNextCompiler() - Method in class net.sf.tomp.xtcl.CompilerBase
 
getNextCompiler(Compiler) - Method in class net.sf.tomp.xtcl.Context
 
getOut() - Method in class net.sf.tomp.xtcl.Context
Gets the Context's standard out PrintStream
getOutputProperties() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
getOutputProperties() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
getOutputProperties() - Method in interface net.sf.tomp.xtcl.filter.HasOutputProperties
DOCUMENT ME!
getOutputProperties() - Method in class net.sf.tomp.xtcl.filter.HasOutputPropertiesWrapper
DOCUMENT ME!
getOutputProperties() - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
getParam(int) - Method in class net.sf.tomp.xtcl.command.Function
Get the i-th formal param name
getParent() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Get the parent reader.
getPrevious() - Method in class net.sf.tomp.xtcl.Context
Returns the previous (parent) Context
getProperty(String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Look up the value of a property.
getProperty(String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Look up the value of a property.
getProperty(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Look up the value of a property.
getRealPath() - Method in class net.sf.tomp.xtcl.Context
Returns the Context's real path (root directory) used to resolve relative filenames
getResolvedEntity(String, String) - Method in class net.sf.tomp.xtcl.resolver.XTResolver
forwards all calls to super.getResolvedEntity
getResolvingXMLReaderClass() - Static method in class net.sf.tomp.xtcl.Context
 
getResult() - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
getResult() - Method in interface net.sf.tomp.xtcl.result.HasResult
gets the JAXP Result
getSAXParserFactory() - Method in class net.sf.tomp.xtcl.Context
Returns the registered SAXParserFactory
getTemplateName() - Method in class net.sf.tomp.xtcl.command.Do
 
getTemplates(String) - Method in interface net.sf.tomp.xtcl.filter.TemplatesCache
DOCUMENT ME!
getTemplates(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
getTransformer() - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
getTransformerFactory() - Method in class net.sf.tomp.xtcl.Context
Returns the registered SAXTransformerFactory
getUriResolver() - Method in class net.sf.tomp.xtcl.Context
 
getUriResolverClass() - Static method in class net.sf.tomp.xtcl.Context
 
getXTFilterFactory() - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
getXTSourceFactory() - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!

H

handler - Variable in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
hashCode() - Method in class net.sf.tomp.general.IdentifiableBase
 
HasOutputProperties - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
HasOutputPropertiesWrapper - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
HasOutputPropertiesWrapper(TransformerHandler) - Constructor for class net.sf.tomp.xtcl.filter.HasOutputPropertiesWrapper
Creates a new HasOutputPropertiesWrapper object.
HasResult - Interface in net.sf.tomp.xtcl.result
Intf for object that can provide a JAXP Result
Help - Class in net.sf.tomp.xtcl.command
Prints help (just basic info :-)) on XTCL.
Help() - Constructor for class net.sf.tomp.xtcl.command.Help
 

I

Identifiable - Interface in net.sf.tomp.general
Common base for all identifiable classes in XTCL and related projects.
IdentifiableBase - Class in net.sf.tomp.general
Base class for identifiable objects, overrides equals(), hashCode() in order to test equality
IdentifiableBase(String) - Constructor for class net.sf.tomp.general.IdentifiableBase
Creates a new instance of IdentifiableBase
ignorableWhitespace(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
ignorableWhitespace(char[], int, int) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an ignorable whitespace event.
initFilter(XTFilter, Context) - Method in class net.sf.tomp.xtcl.command.FilterCommand
Initializes the filter: Evaluates the parameters, gets the real params and fetches them to the XTFilter.
initParameters(Map, Map, Parametrized, Context) - Static method in class net.sf.tomp.xtcl.command.AbstractCommand
DOCUMENT ME!
initTransformer(Transformer, Context) - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
inputSourceRef - Variable in class net.sf.tomp.xtcl.command.SAXSourceCommand
reference to create InputSource
interactive() - Method in class net.sf.tomp.xtcl.InteractiveExecutor
Executes a command in the current context.
InteractiveExecutor - Class in net.sf.tomp.xtcl
Simple executor for running XTCL commands from command line, ¨ i.e. console, std. input
InteractiveExecutor(Context) - Constructor for class net.sf.tomp.xtcl.InteractiveExecutor
Creates a new instance of InteractiveExecutor
isContentHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
isContentHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
isDTDHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
isDTDHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
isEntityResolver - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
isEntityResolver - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
isErrorHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
isErrorHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
isExtraVerbose() - Method in class net.sf.tomp.xtcl.Context
 
isLexicalHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
isLexicalHandler - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
isStrictPassing() - Method in class net.sf.tomp.xtcl.Context
Is the parameter passing strict?
isVerbose() - Method in class net.sf.tomp.xtcl.Context
 

J

JavaCommand - Class in net.sf.tomp.xtcl.command
Executes an executable Java class (i.e. with main method)
JavaCommand() - Constructor for class net.sf.tomp.xtcl.command.JavaCommand
 
JoostStyle - Class in net.sf.tomp.xtcl.command
DOCUMENT ME!
JoostStyle() - Constructor for class net.sf.tomp.xtcl.command.JoostStyle
 
jtf - Variable in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!

L

Label - Class in net.sf.tomp.xtcl.command
Label, marker, just has a name
Label() - Constructor for class net.sf.tomp.xtcl.command.Label
 
lastFilter - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
lexicalHandler - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
listArray(Object[]) - Static method in class net.sf.tomp.xtcl.command.AbstractCommand
Prettyprints an object array to a String
listFilters() - Method in class net.sf.tomp.xtcl.test.MyMultiFilterCommand
DOCUMENT ME!
listList(List) - Static method in class net.sf.tomp.xtcl.command.AbstractCommand
As listArray but for Lists
listMap(Map) - Static method in class net.sf.tomp.xtcl.command.AbstractCommand
Prettyprints a Map
Load - Class in net.sf.tomp.xtcl.command
Loads a DOM tree from file, puts into Context as variable.
Load() - Constructor for class net.sf.tomp.xtcl.command.Load
 
locator - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!

M

Main - Class in net.sf.tomp.xtcl
Main XTCL entry point, allows execution of XTCL script from files or interactively command-by-command from comman line.
Main() - Constructor for class net.sf.tomp.xtcl.Main
 
main(String[]) - Static method in class net.sf.tomp.xtcl.Main
Main XTCL entry point, allows execution of XTCL script from files or interactively command-by-command from command line.
makeFilter(Context, String) - Method in class net.sf.tomp.xtcl.command.STXFilterCommand
Gets the necesssary factories and creates the transformation filter based on the STX (Joost) style.
makeFilter(Context, String) - Method in class net.sf.tomp.xtcl.command.StyleFilterCommand
make style-based (XSLT or STX) filter
makeFilter(Context, String) - Method in class net.sf.tomp.xtcl.command.XSLTFilterCommand
Gets the necesssary factories and creates the transformation filter based on the XSLT style.
MyMultiFilter - Class in net.sf.tomp.xtcl.test
A trial MultiFilter for testing purposes.
MyMultiFilter() - Constructor for class net.sf.tomp.xtcl.test.MyMultiFilter
 
MyMultiFilter(XMLReader) - Constructor for class net.sf.tomp.xtcl.test.MyMultiFilter
Creates a new MyMultiFilter object.
MyMultiFilterCommand - Class in net.sf.tomp.xtcl.test
DOCUMENT ME!
MyMultiFilterCommand() - Constructor for class net.sf.tomp.xtcl.test.MyMultiFilterCommand
 

N

name - Variable in class net.sf.tomp.xtcl.command.Call
Name of the function to be called.
name - Variable in class net.sf.tomp.xtcl.command.Function
Function name
name - Variable in class net.sf.tomp.xtcl.command.Label
the label name
net.sf.tomp.general - package net.sf.tomp.general
 
net.sf.tomp.util.io - package net.sf.tomp.util.io
 
net.sf.tomp.xtcl - package net.sf.tomp.xtcl
 
net.sf.tomp.xtcl.ant - package net.sf.tomp.xtcl.ant
 
net.sf.tomp.xtcl.command - package net.sf.tomp.xtcl.command
 
net.sf.tomp.xtcl.filter - package net.sf.tomp.xtcl.filter
 
net.sf.tomp.xtcl.resolver - package net.sf.tomp.xtcl.resolver
 
net.sf.tomp.xtcl.result - package net.sf.tomp.xtcl.result
 
net.sf.tomp.xtcl.source - package net.sf.tomp.xtcl.source
 
net.sf.tomp.xtcl.test - package net.sf.tomp.xtcl.test
 
newJoostFilter(Templates) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newJoostFilter(String) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newJoostFilter(Templates) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newJoostFilter(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newJoostTemplates(String) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newJoostTemplates(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newSAXSource(String, InputSource) - Method in interface net.sf.tomp.xtcl.source.XTSourceFactory
Creates either a normal SAXSource or XTSAXSource which is parametrized.
newSAXSource(String, InputSource) - Method in class net.sf.tomp.xtcl.source.XTSourceFactoryImpl
Creates either a normal SAXSource or XTSAXSource which is parametrized.
newTeeFilter() - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newTeeFilter() - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newTemplates(String) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newTemplates(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newTransformerFilter(Templates) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newTransformerFilter(String) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newTransformerFilter(Templates) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newTransformerFilter(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
newXMLFilter(String) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
DOCUMENT ME!
newXMLFilter(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
DOCUMENT ME!
nextCommandLine() - Method in class net.sf.tomp.xtcl.CommandLineReader
The main and only method Reads next command line
notationDecl(String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a notation declaration event.

O

outputPropertiesListener - Variable in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
outputPropertiesListener - Variable in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
outputPropertiesListener - Variable in class net.sf.tomp.xtcl.filter.HasOutputPropertiesWrapper
DOCUMENT ME!
outputPropertiesListener - Variable in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!

P

Parametrized - Interface in net.sf.tomp.general
Objects implementing this interface can be parametrized by setting parameters with String name and Object value
ParametrizedCommand - Interface in net.sf.tomp.xtcl
Extension of the Parametrized intf.
params - Variable in class net.sf.tomp.xtcl.command.FilterCommand
formal params
params - Variable in class net.sf.tomp.xtcl.command.Function
Function formal param names
params - Variable in class net.sf.tomp.xtcl.command.SAXSourceCommand
formal parameters
params - Variable in class net.sf.tomp.xtcl.command.TeeFilterCommand
DOCUMENT ME!
params - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
parent - Variable in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
parse(InputSource) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Parse a document.
parse(InputSource) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Parse a document.
parse(InputSource) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Parse a document.
parse(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Parse a document.
passes - Variable in class net.sf.tomp.xtcl.command.Call
Array of params passed to the function
PokusXTFilter - Class in net.sf.tomp.xtcl.test
A trace XTFilter -- prints SAX events on stdout
PokusXTFilter() - Constructor for class net.sf.tomp.xtcl.test.PokusXTFilter
 
prefix - Variable in class net.sf.tomp.xtcl.command.PropertiesToContext
Prefix of the variable name
processingInstruction(String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
processingInstruction(String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a processing instruction event.
propagateParamsToFilter(XMLFilter) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
 
PropertiesCommand - Class in net.sf.tomp.xtcl.command
Creates java.util.Properties and puts it into Context.
PropertiesCommand() - Constructor for class net.sf.tomp.xtcl.command.PropertiesCommand
 
PropertiesToContext - Class in net.sf.tomp.xtcl.command
Puts all key=value pairs from the Properties separately to the Context.
PropertiesToContext() - Constructor for class net.sf.tomp.xtcl.command.PropertiesToContext
 
propertiesToParameters(Context) - Method in class net.sf.tomp.xtcl.command.AbstractParametrizedVarCommand
Resolves all the properties found in the Set of propsReferences within the Context and sets it via setParameter(k, v).
put(Object, Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!

R

realParams - Variable in class net.sf.tomp.xtcl.command.FilterCommand
real params
realParams - Variable in class net.sf.tomp.xtcl.command.SAXSourceCommand
real parameters
realParams - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
refToFile(Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
refToInputSource(Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
refToJoostStyle(Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
refToProperties(Object) - Method in class net.sf.tomp.xtcl.Context
 
refToResult(Object) - Method in class net.sf.tomp.xtcl.Context
public Object refToTransformParam(Object ref, Context context) { Object o = context.get(ref); //System.out.println("refToTransformParam="+o); if (o instanceof Document) { return new DOMSource((Document)o); } else if (o instanceof File) { return new StreamSource((File)o); } return o; }
refToSource(Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
refToStyle(Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
refToTemplate(Object) - Method in class net.sf.tomp.xtcl.Context
 
refToXMLFilter(Object) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
Remove - Class in net.sf.tomp.xtcl.command
Removes referenced objects (usually variables) from Context.
Remove() - Constructor for class net.sf.tomp.xtcl.command.Remove
 
remove(Object) - Method in class net.sf.tomp.xtcl.Context
Removes an object from Context
removeCompiler() - Method in class net.sf.tomp.xtcl.Context
Removes the first Compiler from the list
removeCompiler(int) - Method in class net.sf.tomp.xtcl.Context
 
removeFilter(int) - Method in interface net.sf.tomp.xtcl.filter.DynamicMultiFilter
DOCUMENT ME!
removeFilter(int) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
removeNonsubstituted(String) - Method in class net.sf.tomp.xtcl.command.Do
Removes parameter references that were not replaced by new values.
removes - Variable in class net.sf.tomp.xtcl.command.Remove
Array of names of objects to be removed.
resolve(String, String) - Method in class net.sf.tomp.xtcl.resolver.XTResolver
hrefs starting with XTCL Context's prefix are resolved by asking context.refToSource
resolveEntity(String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class net.sf.tomp.xtcl.resolver.XTResolvingReader
Implements the resolveEntity method for the SAX interface, using an underlying CatalogResolver to do the real work.
resolvingXMLReaderClass - Static variable in class net.sf.tomp.xtcl.Context
 
result - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
result - Variable in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
resultRef - Variable in class net.sf.tomp.xtcl.command.Chain
reference to the result of the chain
resultRef - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
Ret - Class in net.sf.tomp.xtcl.command
Returns from a function, giving the results back to parent (calling) Context
Ret() - Constructor for class net.sf.tomp.xtcl.command.Ret
 
returns - Variable in class net.sf.tomp.xtcl.command.Ret
variables to be returned (copied) to parent Context

S

Save - Class in net.sf.tomp.xtcl.command
Saves a DOM Document to File.
Save() - Constructor for class net.sf.tomp.xtcl.command.Save
 
SAXSourceCommand - Class in net.sf.tomp.xtcl.command
Creates SAXSource or XTSAXSource by class name.
SAXSourceCommand() - Constructor for class net.sf.tomp.xtcl.command.SAXSourceCommand
 
Sequence - Class in net.sf.tomp.xtcl.command
A Sequence of Commands, will be executed sequentially, one-after-another
Sequence() - Constructor for class net.sf.tomp.xtcl.command.Sequence
 
setAll(boolean) - Method in class net.sf.tomp.xtcl.command.Dump
DOCUMENT ME!
setArgs(String[]) - Method in class net.sf.tomp.xtcl.command.JavaCommand
sets the args
setBody(String) - Method in class net.sf.tomp.xtcl.command.PropertiesCommand
Set the command (sequence) found in this template body
setBody(String) - Method in class net.sf.tomp.xtcl.command.Template
Set the command (sequence) found in this template body
setBreakOnError(boolean) - Method in class net.sf.tomp.xtcl.command.Sequence
Sets whether processing of this Command Sequence should stop if an error is encountered.
setClassName(String) - Method in class net.sf.tomp.xtcl.command.FilterCommand
sets the filter class name
setClassName(String) - Method in class net.sf.tomp.xtcl.command.JavaCommand
the executed Java class name
setClassName(String) - Method in class net.sf.tomp.xtcl.command.SAXSourceCommand
set (XT)SAXSource class name
setCmdArray(String[]) - Method in class net.sf.tomp.xtcl.command.ExeCommand
set the array holding cmd name and params
setCommand(Command) - Method in class net.sf.tomp.xtcl.command.Function
sets the command representing the function
SetCommand - Class in net.sf.tomp.xtcl.command
Copies src var to var (shallow copy).
SetCommand() - Constructor for class net.sf.tomp.xtcl.command.SetCommand
 
setCommand(Command) - Method in class net.sf.tomp.xtcl.command.TryBlock
set the command in this try-block
setCommands(Command[]) - Method in class net.sf.tomp.xtcl.command.Sequence
Set the array of Command into this Sequence
setContentHandler(ContentHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
setContentHandler(ContentHandler) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the content event handler.
setContentHandler2(ContentHandler) - Method in interface net.sf.tomp.xtcl.filter.TeeFilter
DOCUMENT ME!
setContentHandler2(ContentHandler) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Set the secondary content event handler.
setContext(Context) - Method in interface net.sf.tomp.xtcl.Compiler
 
setContext(Context) - Method in class net.sf.tomp.xtcl.CompilerBase
 
setContext(Context) - Method in interface net.sf.tomp.xtcl.filter.XTFilter
 
setContext(Context) - Method in interface net.sf.tomp.xtcl.filter.XTFilterFactory
 
setContext(Context) - Method in class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
 
setContext(Context) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
 
setContext(Context) - Method in class net.sf.tomp.xtcl.resolver.XTResolver
 
setContext(Context) - Method in class net.sf.tomp.xtcl.resolver.XTResolvingReader
 
setDeep(boolean) - Method in class net.sf.tomp.xtcl.command.Dump
set whether deep or not
setDeep(boolean) - Method in class net.sf.tomp.xtcl.command.DumpContext
set deep
setDeep(boolean) - Method in class net.sf.tomp.xtcl.command.DumpContexts
set deep
setDocumentLocator(Locator) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
 
setDocumentLocator(Locator) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a new document locator event.
setDTDHandler(DTDHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the DTD event handler.
setEcho(String) - Method in class net.sf.tomp.xtcl.command.Echo
Sets the String to be echoed.
setEntityResolver(EntityResolver) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the entity resolver.
setError(int) - Method in class net.sf.tomp.xtcl.command.Err
sets the error code
setErrorHandler(ErrorHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the error event handler.
setExtraVerbose(boolean) - Method in class net.sf.tomp.xtcl.Context
 
setFeature(String, boolean) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the value of a feature.
setFeature(String, boolean) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
 
setFeature(String, boolean) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the value of a feature.
setFile(File) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setFile(String) - Method in class net.sf.tomp.xtcl.command.FileCommand
sets filename
setFileafter(File) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setFileNameOrRef(String) - Method in class net.sf.tomp.xtcl.command.PropertiesCommand
 
setFilter(XMLFilter) - Method in interface net.sf.tomp.xtcl.filter.DynamicFilter
DOCUMENT ME!
setFilter(XMLFilter) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
 
setFilter(int, XMLFilter) - Method in interface net.sf.tomp.xtcl.filter.DynamicMultiFilter
DOCUMENT ME!
setFilter(int, XMLFilter) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
setId(String) - Method in class net.sf.tomp.general.IdentifiableBase
sets the ID to the object
setId(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
 
setIgnoreerrors(boolean) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setInputSource(String) - Method in class net.sf.tomp.xtcl.command.SAXSourceCommand
set InputSource reference
setLexicalHandler(LexicalHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the lexical event handler.
setLexicalHandler(LexicalHandler) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
 
setLexicalHandler(LexicalHandler) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the lexical event handler.
setName(String) - Method in class net.sf.tomp.xtcl.command.Call
set the function name
setName(String) - Method in class net.sf.tomp.xtcl.command.Function
sets the function name
setName(String) - Method in class net.sf.tomp.xtcl.command.Label
sets the label name
setName(String) - Method in class net.sf.tomp.xtcl.command.Template
DOCUMENT ME!
setOut(PrintStream) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
setOutputProperties(Properties) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
setOutputProperties(Properties) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
setOutputProperties(Properties) - Method in interface net.sf.tomp.xtcl.filter.HasOutputProperties
DOCUMENT ME!
setOutputProperties(Properties) - Method in class net.sf.tomp.xtcl.filter.HasOutputPropertiesWrapper
DOCUMENT ME!
setOutputProperties(Properties) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
setOutputPropertiesListener(HasOutputProperties) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
setOutputPropertiesListener(HasOutputProperties) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
setOutputPropertiesListener(HasOutputProperties) - Method in interface net.sf.tomp.xtcl.filter.HasOutputProperties
DOCUMENT ME!
setOutputPropertiesListener(HasOutputProperties) - Method in class net.sf.tomp.xtcl.filter.HasOutputPropertiesWrapper
DOCUMENT ME!
setOutputPropertiesListener(HasOutputProperties) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
setParameter(String, Object) - Method in interface net.sf.tomp.general.Parametrized
sets the parameter
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.command.AbstractParametrizedVarCommand
 
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.command.Do
Sets the (formal, real) parameter pair
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.command.FilterCommand
sets a parameter
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.command.SAXSourceCommand
set parameter
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.command.TeeFilterCommand
sets a parameter
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
 
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
 
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
 
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.source.XTSAXSource
 
setParameter(String, Object) - Method in class net.sf.tomp.xtcl.test.TestParametrizedVarCommand
 
setParameterPropertyReference(String) - Method in class net.sf.tomp.xtcl.command.Transform
 
setParameters(String[], int, ParametrizedCommand) - Method in class net.sf.tomp.xtcl.CompilerBase
Reads and sets all the parameters to the ParametrizedCommand
setParameterToFilter(String, Object, XMLFilter) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
 
setParams(String[]) - Method in class net.sf.tomp.xtcl.command.Function
sets the function's parameter names
setParent(XMLReader) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the parent reader.
setParent(XMLReader) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
 
setParent(XMLReader) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the parent reader.
setPasses(String[]) - Method in class net.sf.tomp.xtcl.command.Call
set the passed params
setPrefix(String) - Method in class net.sf.tomp.xtcl.command.PropertiesToContext
sets Prefix of the variable name
setProperty(String, Object) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set the value of a property.
setQuiet(boolean) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setRealPath(File) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
setRemoves(String[]) - Method in class net.sf.tomp.xtcl.command.Remove
set Array of names of objects to be removed.
setResolvingReader(Class) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setResolvingXMLReaderClass(Class) - Static method in class net.sf.tomp.xtcl.Context
 
setResultRef(String) - Method in class net.sf.tomp.xtcl.command.Chain
DOCUMENT ME!
setResultRef(String) - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
setReturns(String[]) - Method in class net.sf.tomp.xtcl.command.Ret
set variables to be returned (copied) to parent Context
setScriptbefore(boolean) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setSourceRef(String) - Method in class net.sf.tomp.xtcl.command.Chain
sets source ref name
setSourceRef(String) - Method in class net.sf.tomp.xtcl.command.TeeFilterCommand
DOCUMENT ME!
setSourceRef(String) - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
setSrcVar(String) - Method in class net.sf.tomp.xtcl.command.SetCommand
set src var name
setStrictPassing(boolean) - Method in class net.sf.tomp.xtcl.Context
Sets the parameter passing to be strict
setStyleRef(String) - Method in class net.sf.tomp.xtcl.command.JoostStyle
DOCUMENT ME!
setStyleRef(String) - Method in class net.sf.tomp.xtcl.command.Style
DOCUMENT ME!
setStyleRef(String) - Method in class net.sf.tomp.xtcl.command.StyleFilterCommand
set Reference to a style
setStyleRef(String) - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
setTemplateName(String) - Method in class net.sf.tomp.xtcl.command.Do
Set the template name
setupFilters() - Method in class net.sf.tomp.xtcl.test.MyMultiFilter
DOCUMENT ME!
setupParse() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Set up before a parse.
setUriResolver(Class) - Method in class net.sf.tomp.xtcl.ant.XtclTask
 
setUriResolver(URIResolver) - Method in class net.sf.tomp.xtcl.Context
 
setUriResolverClass(Class) - Static method in class net.sf.tomp.xtcl.Context
 
setValue(String) - Method in class net.sf.tomp.xtcl.command.Str
set the String content
setVar(String) - Method in class net.sf.tomp.xtcl.command.Dump
set the variable name
setVar(String) - Method in class net.sf.tomp.xtcl.command.VarCommand
set the variable name
setVerbose(boolean) - Method in class net.sf.tomp.xtcl.command.Verbose
Remembers verbosity to be later set Context.
setVerbose(boolean) - Method in class net.sf.tomp.xtcl.Context
 
setXTFilterFactory(XTFilterFactory) - Method in class net.sf.tomp.xtcl.Context
DOCUMENT ME!
skippedEntity(String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
skippedEntity(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a skipped entity event.
source - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
sourceRef - Variable in class net.sf.tomp.xtcl.command.Chain
reference to the source
sourceRef - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
srcVar - Variable in class net.sf.tomp.xtcl.command.SetCommand
src var name
startCDATA() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
startCDATA() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
startCDATA() - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
startCDATA() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
startDocument() - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a start document event.
startDocument() - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a start document event.
startDocument() - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a start document event.
startDocument() - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
startDocument() - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a start document event.
startDocument() - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
DOCUMENT ME!
startDTD(String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Register the start of the DTD.
startDTD(String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Register the start of the DTD.
startDTD(String, String, String) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
Register the start of the DTD.
startDTD(String, String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Register the start of the DTD.
startDTD(String, String, String) - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
Register the start of the DTD.
startElement(String, String, String, Attributes) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
startElement(String, String, String, Attributes) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
Filter a start element event.
startEntity(String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
DOCUMENT ME!
startEntity(String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
DOCUMENT ME!
startEntity(String) - Method in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
startEntity(String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
DOCUMENT ME!
startPrefixMapping(String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class net.sf.tomp.xtcl.filter.TeeFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class net.sf.tomp.xtcl.filter.XSLTFilter
DOCUMENT ME!
startPrefixMapping(String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class net.sf.tomp.xtcl.test.PokusXTFilter
DOCUMENT ME!
Str - Class in net.sf.tomp.xtcl.command
Creates a String and puts it as variable to Context.
Str() - Constructor for class net.sf.tomp.xtcl.command.Str
 
STXFilterCommand - Class in net.sf.tomp.xtcl.command
Filter based on STX transformation.
STXFilterCommand() - Constructor for class net.sf.tomp.xtcl.command.STXFilterCommand
 
Style - Class in net.sf.tomp.xtcl.command
DOCUMENT ME!
Style() - Constructor for class net.sf.tomp.xtcl.command.Style
 
StyleFilterCommand - Class in net.sf.tomp.xtcl.command
Abstract ancestor for all style-based TransformerFilters
StyleFilterCommand() - Constructor for class net.sf.tomp.xtcl.command.StyleFilterCommand
 
styleRef - Variable in class net.sf.tomp.xtcl.command.JoostStyle
DOCUMENT ME!
styleRef - Variable in class net.sf.tomp.xtcl.command.Style
DOCUMENT ME!
styleRef - Variable in class net.sf.tomp.xtcl.command.StyleFilterCommand
Reference to a style (XSLT or STX)
styleRef - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
substitute(String) - Method in class net.sf.tomp.xtcl.command.Do
Find and Replace param references in the template body.

T

TeeFilter - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
TeeFilterCommand - Class in net.sf.tomp.xtcl.command
Creates a tee filter.
TeeFilterCommand() - Constructor for class net.sf.tomp.xtcl.command.TeeFilterCommand
 
TeeFilterImpl - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
TeeFilterImpl() - Constructor for class net.sf.tomp.xtcl.filter.TeeFilterImpl
 
Template - Class in net.sf.tomp.xtcl.command
Creates a XTCL script template.
Template() - Constructor for class net.sf.tomp.xtcl.command.Template
 
templates - Variable in class net.sf.tomp.xtcl.command.JoostStyle
DOCUMENT ME!
templates - Variable in class net.sf.tomp.xtcl.command.Style
DOCUMENT ME!
templates - Variable in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
TemplatesCache - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
TestParametrizedVarCommand - Class in net.sf.tomp.xtcl.test
 
TestParametrizedVarCommand() - Constructor for class net.sf.tomp.xtcl.test.TestParametrizedVarCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.Call
returns textual representation: CALL func_name (param1, param2, ...)
toString() - Method in class net.sf.tomp.xtcl.command.CatchCommand
String representation is "CATCH".
toString() - Method in class net.sf.tomp.xtcl.command.Cd
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.Chain
 
toString() - Method in class net.sf.tomp.xtcl.command.Do
String repre of DO-TEMPLATE
toString() - Method in class net.sf.tomp.xtcl.command.Doc
String representation.
toString() - Method in class net.sf.tomp.xtcl.command.Dump
 
toString() - Method in class net.sf.tomp.xtcl.command.DumpContext
String representation
toString() - Method in class net.sf.tomp.xtcl.command.DumpContexts
String representation
toString() - Method in class net.sf.tomp.xtcl.command.Echo
 
toString() - Method in class net.sf.tomp.xtcl.command.End
 
toString() - Method in class net.sf.tomp.xtcl.command.Err
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.ExeCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.Fil
 
toString() - Method in class net.sf.tomp.xtcl.command.FilterCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.Function
 
toString() - Method in class net.sf.tomp.xtcl.command.Help
String representation
toString() - Method in class net.sf.tomp.xtcl.command.JavaCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.JoostStyle
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.Label
 
toString() - Method in class net.sf.tomp.xtcl.command.Load
 
toString() - Method in class net.sf.tomp.xtcl.command.PropertiesCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.PropertiesToContext
 
toString() - Method in class net.sf.tomp.xtcl.command.Remove
 
toString() - Method in class net.sf.tomp.xtcl.command.Ret
 
toString() - Method in class net.sf.tomp.xtcl.command.Save
 
toString() - Method in class net.sf.tomp.xtcl.command.SAXSourceCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.Sequence
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.SetCommand
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.Str
 
toString() - Method in class net.sf.tomp.xtcl.command.STXFilterCommand
 
toString() - Method in class net.sf.tomp.xtcl.command.Style
 
toString() - Method in class net.sf.tomp.xtcl.command.StyleFilterCommand
Base for toString() in Joost and XSTL filters
toString() - Method in class net.sf.tomp.xtcl.command.TeeFilterCommand
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.Template
 
toString() - Method in class net.sf.tomp.xtcl.command.Transform
DOCUMENT ME!
toString() - Method in class net.sf.tomp.xtcl.command.TryBlock
 
toString() - Method in class net.sf.tomp.xtcl.command.Verbose
 
toString() - Method in class net.sf.tomp.xtcl.command.XSLTFilterCommand
 
toString() - Method in class net.sf.tomp.xtcl.test.MyMultiFilterCommand
DOCUMENT ME!
tr - Variable in class net.sf.tomp.xtcl.filter.HasOutputPropertiesWrapper
DOCUMENT ME!
Transform - Class in net.sf.tomp.xtcl.command
Performs a transformation - similar as in Chain but only single-step.
Transform() - Constructor for class net.sf.tomp.xtcl.command.Transform
 
transformer - Variable in class net.sf.tomp.xtcl.filter.TransformerFilterImpl
DOCUMENT ME!
TransformerFilterImpl - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
TransformerFilterImpl(TransformerHandler) - Constructor for class net.sf.tomp.xtcl.filter.TransformerFilterImpl
Creates a new TransformerFilterImpl object.
TryBlock - Class in net.sf.tomp.xtcl.command
Executes the command within the TryBlock.
TryBlock() - Constructor for class net.sf.tomp.xtcl.command.TryBlock
 

U

UnknownCommandException - Exception in net.sf.tomp.xtcl
Thrown by the XTCompiler if an unknown command name is encountered (not in cases of known command but invalid syntax)
UnknownCommandException(String) - Constructor for exception net.sf.tomp.xtcl.UnknownCommandException
Constructs the exception with the name that is unknown as a command
unparsedEntityDecl(String, String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter an unparsed entity declaration event.
uriResolverClass - Static variable in class net.sf.tomp.xtcl.Context
 

V

value - Variable in class net.sf.tomp.xtcl.command.Str
the String content
var - Variable in class net.sf.tomp.xtcl.command.Dump
DOCUMENT ME!
var - Variable in class net.sf.tomp.xtcl.command.VarCommand
the variable name
VarCommand - Class in net.sf.tomp.xtcl.command
Base for commands dealing with a variable.
VarCommand() - Constructor for class net.sf.tomp.xtcl.command.VarCommand
 
Verbose - Class in net.sf.tomp.xtcl.command
Sets verbosity to Context.
Verbose() - Constructor for class net.sf.tomp.xtcl.command.Verbose
 
verbose - Variable in class net.sf.tomp.xtcl.command.Verbose
verbosity

W

warning(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.DynamicFilterImpl
Filter a warning event.
warning(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
Filter a warning event.
warning(SAXParseException) - Method in class net.sf.tomp.xtcl.filter.XTFilterImpl
Filter a warning event.

X

xmlReader - Variable in class net.sf.tomp.xtcl.source.XTSAXSource
Parametrized XMLReader
XSLTFilter - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
XSLTFilter(TransformerHandler) - Constructor for class net.sf.tomp.xtcl.filter.XSLTFilter
Creates a new XSLTFilter object.
XSLTFilterCommand - Class in net.sf.tomp.xtcl.command
Filter based on XSLT transformation.
XSLTFilterCommand() - Constructor for class net.sf.tomp.xtcl.command.XSLTFilterCommand
 
XTCL_PREFIX - Static variable in class net.sf.tomp.xtcl.resolver.XTResolver
 
XtclTask - Class in net.sf.tomp.xtcl.ant
 
XtclTask() - Constructor for class net.sf.tomp.xtcl.ant.XtclTask
 
XTCompiler - Class in net.sf.tomp.xtcl
Reads the commands from the underlying CommandLineReader, within a Context and produces a Command (usually a Sequence)
XTCompiler() - Constructor for class net.sf.tomp.xtcl.XTCompiler
 
XTFilter - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
XTFilterFactory - Interface in net.sf.tomp.xtcl.filter
DOCUMENT ME!
XTFilterFactoryImpl - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
XTFilterFactoryImpl(Context, SAXTransformerFactory, TransformerFactoryImpl) - Constructor for class net.sf.tomp.xtcl.filter.XTFilterFactoryImpl
Creates a new XTFilterFactoryImpl object.
XTFilterImpl - Class in net.sf.tomp.xtcl.filter
DOCUMENT ME!
XTFilterImpl() - Constructor for class net.sf.tomp.xtcl.filter.XTFilterImpl
Construct an empty XML filter, with no parent.
XTFilterImpl(XMLReader) - Constructor for class net.sf.tomp.xtcl.filter.XTFilterImpl
Construct an XML filter with the specified parent.
XTResolver - Class in net.sf.tomp.xtcl.resolver
 
XTResolver() - Constructor for class net.sf.tomp.xtcl.resolver.XTResolver
default constructor
XTResolver(boolean) - Constructor for class net.sf.tomp.xtcl.resolver.XTResolver
 
XTResolver(CatalogManager) - Constructor for class net.sf.tomp.xtcl.resolver.XTResolver
 
XTResolvingReader - Class in net.sf.tomp.xtcl.resolver
Extension of Apache XML catalog entity resolver, enables to resolve also references to object stored in the XTCL Context.
XTResolvingReader() - Constructor for class net.sf.tomp.xtcl.resolver.XTResolvingReader
 
XTResolvingReader(CatalogManager) - Constructor for class net.sf.tomp.xtcl.resolver.XTResolvingReader
 
XTResolvingReader(XMLReader, CatalogManager) - Constructor for class net.sf.tomp.xtcl.resolver.XTResolvingReader
Construct an XML filter with the specified parent.
XTSAXSource - Class in net.sf.tomp.xtcl.source
Parametrized extension of the SAXSource
XTSAXSource(ParametrizedXMLReader, InputSource) - Constructor for class net.sf.tomp.xtcl.source.XTSAXSource
Creates a new XTSAXSource object.
XTSourceFactory - Interface in net.sf.tomp.xtcl.source
Creates either a normal SAXSource or XTSAXSource which is parametrized.
XTSourceFactoryImpl - Class in net.sf.tomp.xtcl.source
Creates either a normal SAXSource or XTSAXSource which is parametrized.
XTSourceFactoryImpl() - Constructor for class net.sf.tomp.xtcl.source.XTSourceFactoryImpl
 

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

Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.