XML CDATA section
More...
#include <XML.h>
The XMLCDATA class represents a CDATA section in an XML document:
https://www.w3.org/TR/xml11/#sec-cdata-sect
Definition at line 2081 of file XML.h.
◆ XMLCDATA()
pcl::XMLCDATA::XMLCDATA |
( |
const XMLCDATA & |
| ) |
|
|
default |
◆ CData()
const String& pcl::XMLCDATA::CData |
( |
| ) |
const |
|
inline |
Returns a reference to the (immutable) character data string, encoded as UTF-16, contained by this CDATA section.
Definition at line 2107 of file XML.h.
◆ Serialize()
void pcl::XMLCDATA::Serialize |
( |
IsoString & |
text, |
|
|
bool |
autoFormat, |
|
|
char |
indentChar, |
|
|
unsigned |
indentSize, |
|
|
unsigned |
level |
|
) |
| const |
|
overridevirtual |
◆ __pad0__
Constructs a new XMLCDATA object with the specified character data encoded in UTF-16.
The specified data must not contain the sequence "]]>". Any occurrence of this forbidden sequence will be removed for serialization.
Definition at line 2066 of file XML.h.
The documentation for this class was generated from the following file: