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)
ParameterTypeDescription
textconst String&The text for the Text node.

ReturnValue

The new XmlText node.

See Also