Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:XMLText

161 	XMLText* textNode = titleElement->FirstChild()->ToText();

227 looking for XMLText, not an element, and ToText()
228 is a cast from a Node to a XMLText.
671 XMLText* text = doc.FirstChildElement( "document" )->FirstChildElement( (const char*) russianElementName )->FirstChild()->ToText();
1094 XMLText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText();
1831 const char* xmlText = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><test>";
1834 doc.Parse(xmlText);
1839 doc.Parse(xmlText);
2124 bool Visit(const XMLText& text)