XmlDocTransformer.Transform Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Extracts and formats the content of the specified XML element and writes it to the specified text writer.
public void Transform(TextWriter writer, XElement comment)Parameters
writerTextWriter- The text writer to write the content to.
commentXElement- The XML comment element to process.
Exceptions
- ArgumentNullException
- Thrown when
writerorcommentisnull.
