XPathMessageContext.PreserveWhitespace(XPathNavigator) Method

Definition

Evaluates whether to preserve white space nodes or strip them for the given context.

public:
 override bool PreserveWhitespace(System::Xml::XPath::XPathNavigator ^ node);
public override bool PreserveWhitespace (System.Xml.XPath.XPathNavigator node);
override this.PreserveWhitespace : System.Xml.XPath.XPathNavigator -> bool
Public Overrides Function PreserveWhitespace (node As XPathNavigator) As Boolean

Parameters

node
XPathNavigator

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

Returns

Always returns false.

Remarks

This property should be overridden in a derived class in order to be used.

Applies to