طريقة 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++