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

writer TextWriter
The text writer to write the content to.
comment XElement
The XML comment element to process.

Exceptions

ArgumentNullException
Thrown when writer or comment is null.