Lines Matching refs:tagname
47 $tagname = $vals[$i]['tag'];
50 $array[$tagname]['@'] = $vals[$i]['attributes'];
54 $array[$tagname]['@'] = array();
56 $array[$tagname]["#"] = $this->xml_depth($vals, $i);
70 $tagname = $vals[$i]['tag'];
74 $tagname = '';
76 if ( isset ( $children[$tagname] ) )
78 $size = sizeof($children[$tagname]);
86 $children[$tagname][$size]['@'] = $vals[$i]["attributes"];
88 $children[$tagname][$size]['#'] = $this->xml_depth($vals, $i);
94 $tagname = $vals[$i]['tag'];
95 if( isset ($children[$tagname]) )
97 $size = sizeof($children[$tagname]);
105 $children[$tagname][$size]["#"] = $vals[$i]['value'];
109 $children[$tagname][$size]["#"] = '';
113 $children[$tagname][$size]['@'] = $vals[$i]['attributes'];