Home | History | Annotate | Download | only in src

Lines Matching refs:XML

1687 *                                       XML Parser                                       *
2143 CV_PARSE_ERROR( "Invalid closing tag for <?xml ..." );
2150 CV_PARSE_ERROR( "Invalid closing tag for <?xml ..." );
2190 if( memcmp( ptr, "<?xml", 5 ) != 0 )
2191 CV_PARSE_ERROR( "Valid XML should start with \'<?xml ...?>\'" );
2198 CV_ERROR( CV_StsParseError, "Unsupported version of XML" );
2234 * XML Emitter *
2421 /* XML does not allow multiple top-level elements,
2710 // we use factor=6 for XML (the longest characters (' and ") are encoded with 6 bytes (&apos; and &quot;)
2715 fs->is_xml = dot_pos && (strcmp( dot_pos, ".xml" ) == 0 ||
2716 strcmp( dot_pos, ".XML" ) == 0 || strcmp( dot_pos, ".Xml" ) == 0);
2734 fputs( "<?xml version=\"1.0\"?>\n", fs->file );