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 -> bool
Public MustOverride 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
true
if the white space is to be preserved; false
if the white space is to be stripped.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.