XsltContext.PreserveWhitespace(XPathNavigator) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,计算是要保留空白节点还是针对给定上下文将它们抽出。
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
在当前上下文中要保留或抽出的空白节点。
返回
如果要保留空白,则为 true
;如果要抽出空白,则为 false
。