System::Xml::XmlDocument::CreateTextNode method
XmlDocument::CreateTextNode method
Создает XmlText с указанным текстом.
virtual SharedPtr<XmlText> System::Xml::XmlDocument::CreateTextNode(const String &text)
| Параметр | Тип | Описание |
|---|---|---|
| text | const String& | Текст для узла Text. |
ReturnValue
Новый узел XmlText.
См. также
- Typedef SharedPtr
- Class XmlText
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++