Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:CDATA

471     static const char* cdataHeader        = { "<![CDATA[" };

810 if ( this->CData() ) {
836 text->SetCData( this->CData() );
1870 void XMLPrinter::PushText( const char* text, bool cdata )
1877 if ( cdata ) {
1878 Print( "<![CDATA[" );
1999 PushText( text.Value(), text.CData() );