XsltContext.PreserveWhitespace(XPathNavigator) 方法

定义

在派生类中重写时,计算是要保留空白节点还是针对给定上下文将它们抽出。

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

参数

node
XPathNavigator

在当前上下文中要保留或抽出的空白节点。

返回

Boolean

如果要保留空白,则为 true;如果要抽出空白,则为 false

适用于