XsltContext.PreserveWhitespace(XPathNavigator) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.
public:
 abstract bool PreserveWhitespace(System::Xml::XPath::XPathNavigator ^ node);public abstract bool PreserveWhitespace(System.Xml.XPath.XPathNavigator node);abstract member PreserveWhitespace : System.Xml.XPath.XPathNavigator -> boolPublic MustOverride Function PreserveWhitespace (node As XPathNavigator) As BooleanParameters
- node
- XPathNavigator
The white space node that is to be preserved or stripped in the current context.
Returns
true if the white space is to be preserved; false if the white space is to be stripped.