System::Xml::XmlDocument::CreateWhitespace method

XmlDocument::CreateWhitespace method

Creates an XmlWhitespace node.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParameterTypeDescription
textconst String&The string must contain only the following characters ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

ReturnValue

A new XmlWhitespace node.

See Also