System::Xml::XmlDocument::CreateWhitespace 方法

XmlDocument::CreateWhitespace method

创建一个 XmlWhitespace 节点。

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
参数类型描述
文本const String&字符串只能包含以下字符 ’\x20’’\x0d’’\x0a’’\x09’

ReturnValue

一个新的 XmlWhitespace 节点。

另见