PreserveWhitespace()

XsltContext::PreserveWhitespace(SharedPtr<System::Xml::XPath::XPathNavigator>) 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

Arguments

ParameterTypeDescription
nodeSharedPtr<System::Xml::XPath::XPathNavigator>The white space node that is to be preserved or stripped in the current context.

Return Value

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

See Also