| Method Summary |
| |
__init__(self,
filenames,
references,
parameters,
expressions)
Initialise the handler with the 'filenames' of stylesheets producing the
final output, a 'references' dictionary indicating related stylesheets. |
| |
__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. |