次の方法で共有


XsltContext.PreserveWhitespace メソッド

派生クラスでオーバーライドされた場合、空白ノードを維持するか、特定のコンテキストでは空白ノードを除去するかを評価します。

Public MustOverride Function PreserveWhitespace( _
   ByVal node As XPathNavigator _) As Boolean
[C#]
public abstract bool PreserveWhitespace(XPathNavigatornode);
[C++]
public: virtual bool PreserveWhitespace(XPathNavigator* node) = 0;
[JScript]
public abstract function PreserveWhitespace(
   node : XPathNavigator) : Boolean;

パラメータ

  • node
    現在のコンテキストで維持または除去される空白ノード。

戻り値

空白が維持される場合は true を返します。空白が除去される場合は false を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XsltContext クラス | XsltContext メンバ | System.Xml.Xsl 名前空間