Lines Matching defs:text
192 string* text,
197 *text = "";
209 text->append( &c, 1 );
237 text->append( " ", 1 );
242 text->append( &c, 1 );
442 // text
449 // Do we have text?
452 // Yep, text.
453 TiXmlText text( "" );
454 text.StreamIn( in, tag );
456 // What follows text is a closing tag or another node.
512 // No return: go around from the beginning: text, closing tag, or node.
610 // Read in text and elements in any order.
614 // string text;
617 // text += (*p);
625 // Take what we have, make a text element.