Searched refs:root (Results 26 – 50 of 279) sorted by relevance
12345678910>>...12
18 '<root xmlns:ns="foo"><node attr="foo" /><node>Text</node><ns:node/><?pi foobar?></root>');23 $root = $doc->childNodes[0];25 $node = $root->childNodes[0];31 $node2 = $root->childNodes[1];37 $node3 = $root->childNodes[2];40 $pi = $root->childNodes[3];58 <root xmlns:ns="foo"><node attr="foo"/><node>Text</node><ns:node/><?pi foobar?></root>
12 $root = $document->createElement('root');13 $document->appendChild($root);16 $root->appendChild($text);37 <root><text>data><&"</text></root>
13 $dom->loadXML('<root/>');21 $dom->loadXML('<root><a/></root>');32 $dom->loadXML('<root><a/><b/></root>');38 <root/>45 <root/>
10 $dom->loadXML('<root><child/></root>');12 $node = $xpath->query('/root')->item(0);17 $dom->loadXML('<root><child/></root>');31 root
12 $root = $document->createElement('root');13 $document->appendChild($root);16 $root->appendChild($cdata);
9 <root>foo<child />baz</root>15 $root = $doc->documentElement;16 $foo = $root->firstChild;20 $bar = $root->insertBefore($doc->createTextNode("bar"), $foo->nextSibling);
11 $root = $document->createElement('root');12 $document->appendChild($root);15 $root->appendChild($cdata);
11 $root = $document->createElement('root');12 $document->appendChild($root);16 $root->appendChild($fragment);
12 <root><foo><bar/><baz/></foo><spam><eggs/><eggs/></spam></root>');36 <root><foo><qux/><baz/></foo><spam><eggs/><eggs/></spam></root>41 <root><foo><baz/></foo><spam><qux/><eggs/></spam></root>44 <root><foo><spam><qux/><eggs/></spam></foo></root>
11 $root = $doc->documentElement;13 echo $root->getAttribute("xmlns")."\n";14 echo $root->getAttribute("xmlns:ns2")."\n";16 $child = $root->firstChild->nextSibling;
8 $sx1 = new SimpleXMLElement("<root />");22 <root><node>node1</node><node>node2</node></root>25 <root><node>New Value</node><node>node2</node></root>
8 $root = simplexml_load_string('<?xml version="1.0"?>9 <root xmlns:reserved="reserved-ns" xmlns:special="special-ns">11 </root>14 $rsattr = $root->child->attributes('reserved-ns');15 $spattr = $root->child->attributes('special-ns');
7 $root = simplexml_load_string('<?xml version="1.0"?>8 <root>11 </root>14 foreach ($root->child as $child) {
7 $root = simplexml_load_string('<?xml version="1.0"?>8 <root xmlns:reserved="reserved-ns">10 </root>13 echo $root->children('reserved-ns')->child;
8 $root = simplexml_load_string('<?xml version="1.0"?>9 <root xmlns:reserved="reserved-ns">11 </root>14 echo $root->children('reserved')->child;
8 $root = simplexml_load_string('<?xml version="1.0"?>9 <root xmlns:reserved="reserved-ns">11 </root>14 echo $root->child['attribute'];
8 $root = simplexml_load_string('<?xml version="1.0"?>9 <root xmlns:reserved="reserved-ns">11 </root>14 echo $root->child;
8 $xml = simplexml_load_string("<root><foo /></root>");21 <root><foo/></root>
8 $root = simplexml_load_string('<?xml version="1.0"?>9 <root xmlns:reserved="reserved-ns">11 </root>14 $attr = $root->child->attributes('reserved-ns');
53 zend_generator *root; /* if parent == NULL */ member118 zend_generator *root = generator->node.ptr.root; in zend_generator_get_current() local119 if (!root) { in zend_generator_get_current()120 root = zend_generator_update_root(generator); in zend_generator_get_current()123 if (EXPECTED(root->execute_data)) { in zend_generator_get_current()125 return root; in zend_generator_get_current()
8 $root = simplexml_load_string('<?xml version="1.0"?>9 <root>12 </root>15 foreach (new IteratorIterator($root->child) as $child) {
16 xml_parse($xp, '<root></root>',TRUE);21 x_default_handler <root>22 x_default_handler </root>
8 <root><child xml:id="id1">baz</child></root>26 $root = $doc->documentElement;27 print 'Root Node: '.$root->nodeName."\n";31 Root Node: root
24 'root',62 ULOC_ACTUAL_LOCALE = 'root'69 ULOC_VALID_LOCALE = 'root'70 ULOC_ACTUAL_LOCALE = 'root'75 Locale: 'root'76 ULOC_REQUESTED_LOCALE = 'root'77 ULOC_VALID_LOCALE = 'root'78 ULOC_ACTUAL_LOCALE = 'root'
Completed in 33 milliseconds