Méthode System::Xml::XmlDocument::CreateWhitespace

XmlDocument::CreateWhitespace method

Crée un nœud XmlWhitespace.

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

ReturnValue

Un nouveau nœud XmlWhitespace.

Voir aussi