Lines Matching refs:appendChild
52 $this->_dom->appendChild($root);
55 $root->appendChild($h1);
59 $root->appendChild($container);
66 $container->appendChild($sidebar);
69 $container->appendChild($h2);
73 $container->appendChild($list);
76 $list->appendChild($this->_createResultNode($row, $keywords));
89 $div->appendChild($a);
94 $div->appendChild($snippet);
99 if ($i > 0) $nmsp->appendChild($this->_dom->createTextNode(' : '));
102 $nmsp->appendChild($na);
104 $div->appendChild($nmsp);
123 $parent->appendChild($nav);
130 $parent->appendChild($a);
141 $node->appendChild($this->_dom->importNode($child, true));