CustomContextPreserveWhitespace Method
When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override bool PreserveWhitespace(
XPathNavigator node
)
Public Overrides Function PreserveWhitespace (
node As XPathNavigator
) As Boolean
public:
virtual bool PreserveWhitespace(
XPathNavigator^ node
) override
abstract PreserveWhitespace :
node : XPathNavigator -> bool
override PreserveWhitespace :
node : XPathNavigator -> bool
- node XPathNavigator
- The white space node that is to be preserved or stripped in the current context.
Boolean if the white space is to be preserved;
if the white space is to be stripped.
This implementation always returns true