MultiFormatOutputComponentApply Method

This is implemented to execute each set of components for the requested output formats.

Definition

Namespace: SandcastleBuilder.Components
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public override void Apply(
	XmlDocument document,
	string key
)

Parameters

document  XmlDocument
The XML document with which to work.
key  String
The key (member name) of the item being documented.

See Also