CreateTextNode()

XmlDocument::CreateTextNode(const String&) method

Creates an XmlText with the specified text.

virtual SharedPtr<XmlText> System::Xml::XmlDocument::CreateTextNode(const String &text)

Arguments

ParameterTypeDescription
textconst String&The text for the Text node.

Return Value

The new XmlText node.

See Also