XmlDocTransformer.AddExtension Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Adds an extension object to the XSLT transformation using the specified namespace URI as string.
protected void AddExtension(string namespaceUri, object extension)Parameters
namespaceUristring- The namespace URI of the extension object.
extensionobject- The extension object to add.
Exceptions
- ArgumentNullException
- Throw when
namespaceUriisnull. - ArgumentException
- Thrown when
namespaceUriis already has an extension object associated with it.
