|
Constructor for pcdata
.
pcdata::pcdata( const std::string& pcdat );
A string representing the parsed character data to insert.
The pcdata
constructor seldom needs to be used explicitly, since element
allows the insertion of PCDATA by passing a string argument. It's helpful to remember that when
PCDATA is inserted into an
element
via element::insert()
or element::operator <<
, that the inserted PCDATA is wrapped in a
pcdata
object.
Constant
No example will be given of pcdata's
constructor, since the usage of the constructor explicitly is not needed or recommended.