System::Xml::XmlDocument::CreateWhitespace metod

XmlDocument::CreateWhitespace method

Skapar en XmlWhitespace nod.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParameterTypeBeskrivning
textconst String&Strängen får endast innehålla följande tecken ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

ReturnValue

En ny XmlWhitespace nod.

Se även