Ejemplo n.º 1
0
void se_parser_redmine::characters(parser_context *pc,
                                   const xmlChar *chars,
                                   int length)
{
    handle_characters(pc, chars, length);
}
Ejemplo n.º 2
0
 void se_parser_dailymotion::characters(parser_context *pc,
                                        const xmlChar *chars,
                                        int length)
 {
   handle_characters(pc, chars, length);
 }
Ejemplo n.º 3
0
 void se_parser_bing::cdata(parser_context *pc,
                            const xmlChar *chars,
                            int length)
 {
   handle_characters(pc, chars, length);
 }
Ejemplo n.º 4
0
 void html_txt_parser::characters(parser_context *pc,
                                  const xmlChar *chars,
                                  int length)
 {
   handle_characters(pc, chars, length);
 }