System::Xml::XmlDocument::CreateWhitespace मेथड
XmlDocument::CreateWhitespace method
एक XmlWhitespace नोड बनाता है।
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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++