|
Constructor for procinstr
.
procinstr::procinstr(Standard constructor
const std::string& text
);
procinstr::procinstr( copy constructor
const procinstr& src
);
A string which will be used as the text for the processing instruction.
The procinstr object to be copied.
The procinstr
constructor creates a processing instruction object, and uses the passed text as the body of the processing instruction.
Constant