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