XML processing instructions
More...
#include <XML.h>
The XMLProcessingInstructions class represents a processing instructions (PI) tag in an XML document:
https://www.w3.org/TR/xml11/#sec-pi
Definition at line 2137 of file XML.h.
◆ XMLProcessingInstructions() [1/2]
pcl::XMLProcessingInstructions::XMLProcessingInstructions |
( |
const String & |
target, |
|
|
const String & |
instructions |
|
) |
| |
|
inline |
Constructs a new XMLProcessingInstructions object with the specified target name and instructions string, both encoded in UTF-16.
The specified instructions string must not contain the sequence "?>". Any occurrence of this forbidden sequence will be removed for serialization.
Definition at line 2149 of file XML.h.
◆ XMLProcessingInstructions() [2/2]
◆ Instructions()
const String& pcl::XMLProcessingInstructions::Instructions |
( |
| ) |
const |
|
inline |
Returns a reference to the (immutable) instructions string.
Definition at line 2172 of file XML.h.
◆ Serialize()
void pcl::XMLProcessingInstructions::Serialize |
( |
IsoString & |
text, |
|
|
bool |
autoFormat, |
|
|
char |
indentChar, |
|
|
unsigned |
indentSize, |
|
|
unsigned |
level |
|
) |
| const |
|
overridevirtual |
◆ Target()
const String& pcl::XMLProcessingInstructions::Target |
( |
| ) |
const |
|
inline |
Returns a reference to the (immutable) instructions target name.
Definition at line 2164 of file XML.h.
The documentation for this class was generated from the following file: