CustomContextResolveVariable Method

When overridden in a derived class, resolves a variable reference and returns an IXsltContextVariable representing the variable.

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override IXsltContextVariable ResolveVariable(
	string prefix,
	string name
)

Parameters

prefix  String
The prefix of the variable as it appears in the XPath expression.
name  String
The name of the variable.

Return Value

IXsltContextVariable
An IXsltContextVariable representing the variable at runtime.

See Also