System::Xml::Xsl::XsltContext::PreserveWhitespace method

XsltContext::PreserveWhitespace method

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

virtual bool System::Xml::Xsl::XsltContext::PreserveWhitespace(SharedPtr<System::Xml::XPath::XPathNavigator> node)=0
ParameterTypeDescription
nodeSharedPtr<System::Xml::XPath::XPathNavigator>The white space node that is to be preserved or stripped in the current context.

ReturnValue

true if the white space is to be preserved; false if the white space is to be stripped.

See Also