Lines Matching refs:atts
432 const XML_Char **atts) in start_handler() argument
452 while( *atts ) in start_handler()
454 if( strcmp( *atts,"application" ) == 0 ) in start_handler()
455 p->setApplication( *(atts+1) ); in start_handler()
456 else if( strcmp( *atts,"title" ) == 0 ) in start_handler()
457 p->setTitle( *(atts+1) ); in start_handler()
458 else if( strcmp( *atts,"id" ) == 0 ) in start_handler()
459 p->setId( *(atts+1) ); in start_handler()
460 else if( strcmp( *atts,"anchor" ) == 0 ) in start_handler()
461 p->setAnchor( *(atts+1) ); in start_handler()
463 atts+=2; in start_handler()