CreateCDataSection()
XmlDocument::CreateCDataSection(const String&) method
Creates an XmlCDataSection containing the specified data.
virtual SharedPtr<XmlCDataSection> System::Xml::XmlDocument::CreateCDataSection(const String &data)
Arguments
Parameter | Type | Description |
---|---|---|
data | const String& | The content of the new XmlCDataSection. |
Return Value
The new XmlCDataSection.
See Also
- Typedef SharedPtr
- Class XmlCDataSection
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Slides