DOMElement::getAttributeNodeNS
Returns attribute node
Description
public DOMAttr DOMElement::getAttributeNodeNS
( string $namespaceURI
, string $localName
)
Parameters
-
namespaceURI
-
The namespace URI.
-
localName
-
The local name.
Return Values
The attribute node.
See Also
- DOMElement::hasAttributeNS
- DOMElement::setAttributeNodeNS
- DOMElement::removeAttributeNode