Lines Matching refs:nodes

88 			$newBranch->nodes = $xml->nodes;
143 $arrKeys = array_keys($this->nodes);
145 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
146 if(($tagName == "" || $this->nodes[$arrKeys[$index]]->tag->getTagName() == $tagName) &&
147 ($attrName == "" || $this->nodes[$arrKeys[$index]]->tag->attributeExists($attrName)) &&
148 …($attrValue == "" || $this->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrName) == $attrValue…
149 $branchArray[] = &$this->nodes[$arrKeys[$index]];
155 $arrKeys = array_keys($this->nodes);
157 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
158 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
160 …$newArray = $this->nodes[$arrKeys[$index]]->getBranches($newTagPath, $tagName, $attrName, $attrVal…
186 $arrKeys = array_keys($this->nodes);
188 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
189 $leafArray[] = &$this->nodes[$arrKeys[$index]];
194 $arrKeys = array_keys($this->nodes);
196 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
197 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
199 $newArray = $this->nodes[$arrKeys[$index]]->getLeafs($newTagPath);
230 foreach($this->nodes as $node) {
257 foreach($this->nodes as $node) {
285 foreach($this->nodes as $node) {
313 foreach($this->nodes as $node) {
339 foreach($this->nodes as $node) {
355 foreach($this->nodes as $node) {
409 foreach($this->nodes as $key => $value) {
411 unset($this->nodes[$key]);
420 foreach($this->nodes as $key => $value) {
422 unset($this->nodes[$key]);
448 $arrKeys = array_keys($referencedBranches[$i]->nodes);
450 …ttype($referencedBranches[$i]->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($refer…
451 …if(($tagName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagName() == $tagN…
452 …($attrName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->attributeExists($attrNa…
453 …($attrValue == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrN…
472 …if(strtolower(get_class($this->nodes[$branchId])) == "xmlbranch" && strtolower(get_class($tag)) ==…
473 $this->nodes[$branchId]->setTag($tag);
512 reset($this->nodes);
513 $arrKeys = array_keys($this->nodes);
515 $node =& $this->nodes[$arrKeys[$index]];
552 reset($this->nodes);
553 $arrKeys = array_keys($this->nodes);
555 $node =& $this->nodes[$arrKeys[$index]];