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 节点。
另见
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++