Lines Matching refs:PushText
1870 void XMLPrinter::PushText( const char* text, bool cdata )
1887 void XMLPrinter::PushText( int value )
1891 PushText( buf, false );
1895 void XMLPrinter::PushText( unsigned value )
1899 PushText( buf, false );
1903 void XMLPrinter::PushText( bool value )
1907 PushText( buf, false );
1911 void XMLPrinter::PushText( float value )
1915 PushText( buf, false );
1919 void XMLPrinter::PushText( double value )
1923 PushText( buf, false );
1999 PushText( text.Value(), text.CData() );