Home | History | Annotate | Download | only in tinyxml

Lines Matching full:gettext

954 		and concise, GetText() is limited compared to getting the TiXmlText child
957 If the first child of 'this' is a TiXmlText, the GetText()
963 const char* str = fooElement->GetText();
979 GetText() will return "This is ".
981 WARNING: GetText() accesses a child node - don't become confused with the
985 const char* GetText() const;