Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TIXML_STRING

365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag )
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag )
401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
441 TIXML_STRING ent;
575 TIXML_STRING * text,
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag )
903 void TiXmlElement::StreamIn (std::istream * in, TIXML_STRING * tag)
1078 TIXML_STRING endTag ("</");
1251 void TiXmlUnknown::StreamIn( std::istream * in, TIXML_STRING * tag )
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * tag )
1466 void TiXmlText::StreamIn( std::istream * in, TIXML_STRING * tag )
1532 TIXML_STRING dummy;
1549 void TiXmlDeclaration::StreamIn( std::istream * in, TIXML_STRING * tag )