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

XmlDocument::CreateWhitespace method

XmlWhitespace ノードを作成します。

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

ReturnValue

新しい XmlWhitespace ノード。

参照