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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.