System::Xml::XmlDocument::CreateSignificantWhitespace 方法
XmlDocument::CreateSignificantWhitespace method
创建一个 XmlSignificantWhitespace 节点。
virtual SharedPtr<XmlSignificantWhitespace> System::Xml::XmlDocument::CreateSignificantWhitespace(const String &text)
| 参数 | 类型 | 描述 |
|---|---|---|
| 文本 | const String& | 字符串只能包含以下字符 ’\x20’、’\x0d’、’\x0a’、’\x09’。 |
ReturnValue
一个新的 XmlSignificantWhitespace 节点。
另见
- Typedef SharedPtr
- Class XmlSignificantWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++