StreamXsltFactory constructor

init

Initializes a new instance of the StreamXsltFactory class.

def __init__(self, xslt_stream):
    ...
Parameter Type Description
xslt_stream io.RawIOBase The stream for the XSLT document.

See Also