System::Xml::XmlDocument::CreateWhitespace yöntemi
XmlDocument::CreateWhitespace method
Bir XmlWhitespace düğümü oluşturur.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| Parameter | Type | Açıklama |
|---|---|---|
| text | const String& | Dize yalnızca aşağıdaki karakterleri içermelidir ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
Yeni bir XmlWhitespace düğüm.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++