System::Xml::XmlDocument::CreateTextNode method

XmlDocument::CreateTextNode method

Создает XmlText с указанным текстом.

virtual SharedPtr<XmlText> System::Xml::XmlDocument::CreateTextNode(const String &text)
ПараметрТипОписание
textconst String&Текст для узла Text.

ReturnValue

Новый узел XmlText.

См. также