CustomContextPreserveWhitespace Method

When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override bool PreserveWhitespace(
	XPathNavigator node
)

Parameters

node  XPathNavigator
The white space node that is to be preserved or stripped in the current context.

Return Value

Boolean
if the white space is to be preserved; if the white space is to be stripped.

Remarks

This implementation always returns true

See Also