XmlDocToHtmlTransformer Constructors
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
| XmlDocToHtmlTransformer() | Initializes a new instance of the XmlDocToHtmlTransformer class with the default XSLT transform. |
| XmlDocToHtmlTransformer(XslCompiledTransform) | Initializes a new instance of the XmlDocToHtmlTransformer class with the specified XSLT transform. |
XmlDocToHtmlTransformer()
Initializes a new instance of the XmlDocToHtmlTransformer class with the default XSLT transform.
public XmlDocToHtmlTransformer()XmlDocToHtmlTransformer(XslCompiledTransform)
Initializes a new instance of the XmlDocToHtmlTransformer class with the specified XSLT transform.
public XmlDocToHtmlTransformer(XslCompiledTransform transformer)Parameters
transformerXslCompiledTransform- The compiled XSLT transform for converting XML documentation into the target format.
Exceptions
- ArgumentNullException
- Thrown when
transformernull.
