Searched refs:getAttributeNode (Results 1 – 25 of 25) sorted by relevance
2 Element::getAttributeNode()12 var_dump($body->getAttributeNode("align")->textContent);13 var_dump($body->getAttributeNode("foo:bar")->textContent);19 var_dump($body->getAttributeNode("prefix:local")->textContent);25 var_dump($body->getAttributeNode("prefix:local2")->textContent);26 var_dump($body->getAttributeNode("Prefix:LOCAL2")->textContent);34 var_dump($element->getAttributeNode("Prefix:local2")->textContent);35 var_dump($element->getAttributeNode("Prefix:LOCAL2"));36 var_dump($element->getAttributeNode("prefix:local2"));
13 $attr = $elt->getAttributeNode('a');
17 return $container->getAttributeNode($name);
23 $attr = $root->getAttributeNode('a');28 $attr = $root->getAttributeNode('a');
15 $spaceNode = $dom->documentElement->getAttributeNode('xmlns');27 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('myattrib');43 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('xmlns:xsi');
11 $attr = $example->getAttributeNode('a');
14 $attribute = $dom1->documentElement->getAttributeNode('foo:bar');27 $attribute = $dom1->documentElement->getAttributeNode('foo:bar');44 $attribute = $dom1->documentElement->getAttributeNode('bar');
16 $node = $element->getAttributeNode("id");
13 assert($dom->documentElement->getAttributeNode($name)->nodeName === $name);
11 $attr = $doc->documentElement->getAttributeNode('xmlns');
18 $lang = $node->getAttributeNode('language');
21 $attr = $root->getAttributeNode('a');
72 var_dump($dom->documentElement->getAttributeNode('test:test')->namespaceURI);74 var_dump($dom->documentElement->firstElementChild->getAttributeNode('foo:test')->namespaceURI);76 var_dump($dom->documentElement->firstElementChild->getAttributeNode('doesnotexist:test')->namespace…
13 $attr = $doc->documentElement->getAttributeNode('xmlns');
28 $lang = $node->getAttributeNode('language');76 $idatt = $node->getAttributeNode('idatt');
9 $attribute = $document->documentElement->getAttributeNode('attribute');
54 var_dump($dom->contains($dom->documentElement->getAttributeNode('xmlns:test')));
56 $attr = $rootnode->getAttributeNode("src");
22 $test1->getAttributeNode('xml:id')->$property = "y";26 $test2->getAttributeNode('xml:id')->$property = "x";
12 $declaration = $doc->documentElement->getAttributeNode('xmlns');
780 public function getAttributeNode(string $qualifiedName) {} function in DOMElement1622 public function getAttributeNode(string $qualifiedName): ?Attr {} function in Dom\\Element
647 PHP_METHOD(DOMElement, getAttributeNode) in PHP_METHOD() argument
1187 ZEND_METHOD(DOMElement, getAttributeNode);1442 ZEND_ME(DOMElement, getAttributeNode, arginfo_class_DOMElement_getAttributeNode, ZEND_ACC_PUBLIC)
Completed in 41 milliseconds