Click or drag to resize
Sandcastle Help File BuilderXPathFunctionContextPreserveWhitespace Method
This is not used by this class.

Namespace: SandcastleBuilder.Utils.XPath
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override bool PreserveWhitespace(
	XPathNavigator node
)

Parameters

node
Type: System.Xml.XPathXPathNavigator
The whitespace node to preserve or strip

Return Value

Type: Boolean
For this class, this always returns true to preserve whitespace.
See Also