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.

参照