System::Xml::XmlDocument::CreateWhitespace méthode

XmlDocument::CreateWhitespace method

Crée un nœud XmlWhitespace.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParamètreTypeDescription
textconst String&La chaîne doit contenir uniquement les caractères suivants ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

ReturnValue

Un nouveau nœud XmlWhitespace.

Voir aussi