Searched refs:createTextNode (Results 1 – 25 of 35) sorted by relevance
12
13 $child1->appendChild($dom->createTextNode("abc"));14 $child1->appendChild($dom->createTextNode(""));15 $child1->appendChild($dom->createTextNode("def"));17 $child2->appendChild($dom->createTextNode(""));
13 $fragment->appendChild($dom->createTextNode('foo'));16 $fragment->appendChild($dom->createTextNode('bar'));
11 $titleElement->appendChild($this->createTextNode($title));13 $authorElement->appendChild($this->createTextNode($author));
13 $node = $dom->createTextNode($textascii);22 $node = $dom->createTextNode($text);
12 $textNode = $document->createTextNode("Node$i");
9 $element = (new DOMDocument())->createTextNode('<p>foo & bar</p>');
31 $text = $doc->createTextNode('This is the first title');38 $text = $doc->createTextNode('This is the second title');
17 $text = $doc->createTextNode('This is the title');
14 $text = $doc->createTextNode('This is the title');
20 $bar = $root->insertBefore($doc->createTextNode("bar"), $foo->nextSibling);
57 $p->appendChild($t1 = $xml->createTextNode(" t1 "));59 $b->appendChild($xml->createTextNode("X"));60 $p->appendChild($t2 = $xml->createTextNode(" t2 "));61 $p->appendChild($xml->createTextNode(" xxx "));76 $d->appendChild($t3 = $xml->createTextNode(" t3 "));79 $d->appendChild($t4 = $xml->createTextNode(" t4 "));80 $d->appendChild($xml->createTextNode(" xxx "));94 $t5 = $frag->appendChild($xml->createTextNode(" t5 "));96 $i->appendChild($xml->createTextNode(" frob "));
18 $text = $doc->createTextNode('This is the title');
18 $textnode = $document->createTextNode('');
23 $text = $doc->createTextNode('This is the title');
25 $text = $doc->createTextNode('This is the title');
22 $text = $doc->createTextNode('This is the title');
11 $container->appendChild($doc->createTextNode(""));12 $middle = $container->appendChild($doc->createTextNode("foo"));13 $container->appendChild($doc->createTextNode(""));
12 $root->appendChild($dom->createTextNode("a"));13 $root->appendChild($dom->createTextNode("foo"));14 $root->appendChild($dom->createTextNode("b"));16 $child->appendChild($dom->createTextNode("c"));18 $child2->appendChild($dom->createTextNode("d"));
17 $dom->append($dom->createTextNode("bar"));22 $text = $dom->createTextNode("bar");33 $text = $element->appendChild($dom->createTextNode("text"));
8 $text = $dom->createTextNode('Hello World!');
33 $text = $doc->createTextNode('This is the first title');40 $text = $doc->createTextNode('This is the second title');
10 $text = $dom->createTextNode('Hello World');
10 ->appendChild($doc->createTextNode('my text 1'));11 $text2 = $doc->documentElement->appendChild($doc->createTextNode('my text 2'));
17 $text = $container->appendChild($dom->createTextNode("text"));
Completed in 25 milliseconds