Home
last modified time | relevance | path

Searched refs:change_att_name (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_additional.t147 $new_children[1]->change_att_name( id => 'foo');
1737 $t->root->first_child( 't')->change_att_name( 'foo');
/dports/devel/R-cran-gdata/gdata/inst/perl/XML/
H A DTwig.pm5948 sub change_att_name subroutine
5960 { if( $att ne lc $att) { $elt->change_att_name( $att, lc $att); } }
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm6190 sub change_att_name subroutine
6202 { if( $att ne lc $att) { $elt->change_att_name( $att, lc $att); } }
H A DChanges1068 - added: XML::Twig::Elt change_att_name
H A DTwig_pm.slow6190 sub change_att_name
6202 { if( $att ne lc $att) { $elt->change_att_name( $att, lc $att); } }
12795 =item change_att_name ($old_name, $new_name)