System::Xml::XmlDocument::CreateWhitespace metodo

XmlDocument::CreateWhitespace method

Crea un nodo XmlWhitespace.

virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
ParametroTipoDescrizione
testoconst String&La stringa deve contenere solo i seguenti caratteri ’\x20’, ’\x0d’, ’\x0a’, ’\x09’.

ReturnValue

Un nuovo nodo XmlWhitespace.

Vedi anche