Lines Matching refs:this
26 $this->collapse_dups = $collapse_dups;
27 $this->index_numeric = $index_numeric;
28 $this->data = '';
30 $this->data = $data_source;
34 $this->data .= fread($data_source, 1000);
38 $this->data = implode('', file($data_source));
44 $this->data .= fread($fp, 1000);
54 xml_parse_into_struct($parser, $this->data, $vals, $index);
58 return $this->getchildren($vals, $i);
75 $tag = array_merge($tag, $this->getchildren($vals, $i));
103 $tag = $this->buildtag($vals[$i], $vals, $i, $type);
104 if ($this->index_numeric) {
116 if ($this->collapse_dups)