System::Xml::XmlDocument::CreateTextNode method
XmlDocument::CreateTextNode method
Creates an XmlText with the specified text.
virtual SharedPtr<XmlText> System::Xml::XmlDocument::CreateTextNode(const String &text)
Parameter | Type | Description |
---|---|---|
text | const String& | The text for the Text node. |
ReturnValue
The new XmlText node.
See Also
- Typedef SharedPtr
- Class XmlText
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++