System::Xml::XmlDocument::CreateWhitespace मेथड

XmlDocument::CreateWhitespace method

एक XmlWhitespace नोड बनाता है।

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
पैरामीटरप्रकारविवरण
textconst String&स्ट्रिंग में केवल निम्नलिखित अक्षर होने चाहिए ’\x20’, ’\x0d’, ’\x0a’, ’\x09’

ReturnValue

एक नया XmlWhitespace नोड।

संबंधित देखें