Table of Contents

XamlUsageSyntaxGenerator.Initialize Method

Definition

Namespace
Sandcastle.Tools.SyntaxGenerators
Assembly
Sandcastle.Tools.SyntaxGenerators.dll

Initialize the syntax generator

public override void Initialize(XPathNavigator configuration)

Parameters

configuration XPathNavigator

The syntax generator configuration

Exceptions

InvalidOperationException

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

Remarks

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