Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:xmlHeader

820 	const char* xmlHeader = { "<?xml" };
825 if ( StringEqual( p, xmlHeader, true, encoding ) )