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 2280 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 2292 of file XML.h.
◆ XMLComment() [2/2]
pcl::XMLComment::XMLComment |
( |
const XMLComment & |
| ) |
|
|
default |
◆ Clone()
XMLNode* pcl::XMLComment::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns a dynamically allocated copy of this XML node.
Implements pcl::XMLNode.
Definition at line 2319 of file XML.h.
◆ Comment()
const String& pcl::XMLComment::Comment |
( |
| ) |
const |
|
inline |
Returns a reference to the (immutable) comment string.
Definition at line 2311 of file XML.h.
◆ operator=()
Copy assignment operator. Returns a reference to this object.
◆ 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: