XML comment section
More...
#include <XML.h>
The XMLComment class represents a comment in an XML document:
https://www.w3.org/TR/xml11/#sec-comments
Definition at line 2202 of file XML.h.
◆ XMLComment() [1/2]
pcl::XMLComment::XMLComment |
( |
const String & |
comment | ) |
|
|
inline |
Constructs a new XMLComment object with the specified comment string encoded in UTF-16.
The specified comment must not contain the sequence "--" or end with a '-' character. Any occurrence of these forbidden sequences will be removed for serialization.
Definition at line 2214 of file XML.h.
◆ XMLComment() [2/2]
pcl::XMLComment::XMLComment |
( |
const XMLComment & |
| ) |
|
|
default |
◆ Comment()
const String& pcl::XMLComment::Comment |
( |
| ) |
const |
|
inline |
Returns a reference to the (immutable) comment string.
Definition at line 2228 of file XML.h.
◆ Serialize()
void pcl::XMLComment::Serialize |
( |
IsoString & |
text, |
|
|
bool |
autoFormat, |
|
|
char |
indentChar, |
|
|
unsigned |
indentSize, |
|
|
unsigned |
level |
|
) |
| const |
|
overridevirtual |
The documentation for this class was generated from the following file: