Trees | Index | Help |
---|
Package XSLTools :: Module XSLOutput :: Class Processor |
|
A handler which can prepare output for an XMLTools2 template.
Method Summary | |
---|---|
Initialise the handler with the 'filenames' of stylesheets producing the final output, a 'references' dictionary indicating related stylesheets. | |
Tidy up the stylesheet documents. | |
Return a transformed document produced from the object's stylesheets and the given 'document'. | |
Send output to the given 'stream' using the given output encoding for the given 'document'. |
Method Details |
---|
__init__(self,
filenames,
references=None,
parameters=None,
expressions=None)
|
__del__(self)
|
get_result(self, document)Return a transformed document produced from the object's stylesheets and the given 'document'. |
send_output(self, stream, encoding, document)Send output to the given 'stream' using the given output encoding for the given 'document'. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 7 23:23:39 2007 | http://epydoc.sf.net |