System::Xml::Xsl::XsltContext::PreserveWhitespace 方法

XsltContext::PreserveWhitespace method

在派生类中重写时,评估在给定上下文中是保留空白节点还是剥除它们。

virtual bool System::Xml::Xsl::XsltContext::PreserveWhitespace(SharedPtr<System::Xml::XPath::XPathNavigator> node)=0
参数类型描述
节点SharedPtr<System::Xml::XPath::XPathNavigator>当前上下文中需要保留或剥离的空白节点。

ReturnValue

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

另见