Trees | Index | Help |
---|
Package XSLTools :: Module XSLOutput :: Class Processor |
|
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'. | |
Return a transformation of the given 'document'. | |
Make the given parameter string 's' palatable for libxslt. |
Method Details |
---|
__init__(self,
filenames,
references=None,
parameters=None,
expressions=None)
Initialise the handler with the 'filenames' of stylesheets producing
the final output, a 'references' dictionary indicating related
stylesheets. Additional 'parameters' may be specified as a dictionary
whose values are converted to string values; additional 'expressions'
may also be specified as a dictionary - such expressions are actually
evaluated in stylesheet.
|
__del__(self)
Tidy up the stylesheet documents.
|
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'. |
_get_result(self, document)Return a transformation of the given 'document'. |
_quote(self, s)Make the given parameter string 's' palatable for libxslt. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Dec 9 15:06:36 2005 | http://epydoc.sf.net |