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