System::Xml::XmlDocument::CreateSignificantWhitespace メソッド

XmlDocument::CreateSignificantWhitespace method

XmlSignificantWhitespace ノードを作成します。

virtual SharedPtr<XmlSignificantWhitespace> System::Xml::XmlDocument::CreateSignificantWhitespace(const String &text)
パラメーター説明
textconst String&文字列は次の文字のみを含める必要があります ’\x20’, ’\x0d’, ’\x0a’, ’\x09’

ReturnValue

新しい XmlSignificantWhitespace ノードです。

参照