DOMElement::hasAttributeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::hasAttributeNS — Verifica se o atributo existe
Descrição
Indica se o atributo no namespace namespace
com o nome localName
existe como membro do elemento.
Parâmetros
namespace
-
O URI do namespace.
localName
-
O nome local.
Veja Também
- DOMElement::hasAttribute() - Verifica se o atributo existe
- DOMElement::getAttributeNS() - Retorna o valor do atributo
- DOMElement::setAttributeNS() - Adiciona um novo atributo
- DOMElement::removeAttributeNS() - Remove atributo