Searched refs:getAttributeNode (Results 1 – 14 of 14) sorted by relevance
23 $attr = $root->getAttributeNode('a');28 $attr = $root->getAttributeNode('a');
15 $spaceNode = $dom->documentElement->getAttributeNode('xmlns');27 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('myattrib');47 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('xmlns:xsi');
11 $attr = $example->getAttributeNode('a');
16 $node = $element->getAttributeNode("id");
11 $attr = $doc->documentElement->getAttributeNode('xmlns');
18 $lang = $node->getAttributeNode('language');
21 $attr = $root->getAttributeNode('a');
13 $attr = $doc->documentElement->getAttributeNode('xmlns');
28 $lang = $node->getAttributeNode('language');76 $idatt = $node->getAttributeNode('idatt');
9 $attribute = $document->documentElement->getAttributeNode('attribute');
56 $attr = $rootnode->getAttributeNode("src");
576 public function getAttributeNode(string $qualifiedName) {} function in DOMElement
547 ZEND_METHOD(DOMElement, getAttributeNode);767 ZEND_ME(DOMElement, getAttributeNode, arginfo_class_DOMElement_getAttributeNode, ZEND_ACC_PUBLIC)
358 PHP_METHOD(DOMElement, getAttributeNode) in PHP_METHOD() argument
Completed in 32 milliseconds