XmlDocTransformer Class
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
Definition
Extracts and formats the text content of XML documentation comments using XSLT style-sheets.
public class XmlDocTransformer : IXmlDocReferenceAccessor, IXmlDocTransformer
- Inheritance
- Implements
- Inherited by
Constructors
Fields
| ResolverNamespaceUri | The namespace URI for the reference resolver extension methods in the XSLT transformation. |
Properties
| ReferenceResolver | Gets or sets the reference resolver for resolving references in XML documentation comments. |
Methods
The ReferenceResolver property provides methods for resolving references within XML documentation, such as code references and language keywords. These methods are exposed within the XSLT transformation through the namespace URI
Typically, you would use one of the derived classes like XmlDocToHtmlTransformer or XmlDocToMarkdownTransformer rather than using this class directly, unless you need to create a custom transformer for a specific output format.http://kampute.com/doc-tools/transform/xml-doc.