System::Xml::XmlDocument::CreateWhitespace método

XmlDocument::CreateWhitespace method

Crea un nodo XmlWhitespace.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParámetroTipoDescripción
textconst String&La cadena debe contener solo los siguientes caracteres ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

ReturnValue

Un nuevo nodo XmlWhitespace.

Ver también