CreateWhitespace()

XmlDocument::CreateWhitespace(const String&) method

Creates an XmlWhitespace node.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)

Arguments

ParameterTypeDescription
textconst String&The string must contain only the following characters ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

Return Value

A new XmlWhitespace node.

See Also