طريقة System::Xml::XmlDocument::CreateWhitespace
XmlDocument::CreateWhitespace method
ينشئ عقدة XmlWhitespace.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| Parameter | Type | الوصف |
|---|---|---|
| text | const String& | يجب أن تحتوي السلسلة على الأحرف التالية فقط ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
عقدة XmlWhitespace جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++