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