|
Inserts text in the called procinstr
object.
virtual markup& procinstr::operator<<( const std::string& text );
A string argument which represents text to insert as part of the processing instruction.
Returns a reference to the procinstr's
base class, markup
. This allows the chaining of the operation, which is most useful
when inserting text multiple times.
This operation inserts text into the called procinstr
object. The passed text is inserted at the end of any text which may be
present in the procinstr
object.
Constant