SyntaxGeneratorTemplateInitialize Method

Initialize the syntax generator

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public override void Initialize(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The syntax generator configuration

Remarks

The base implementation just validates that a Language and StyleId have been defined.

Exceptions

InvalidOperationExceptionThis is thrown if a Language or StyleId has not been set.

See Also