DOMElement::getAttributeNodeNS
DOMElement::getAttributeNodeNS
(PHP 5, PHP 7)
DOMElement :: getAttributeNodeNS - 返回属性节点
描述
public DOMAttr DOMElement::getAttributeNodeNS ( string $namespaceURI , string $localName )
返回名称空间中namespaceURI
具有localName
当前节点名称的属性节点。
参数
namespaceURI
名称空间URI。
localName
本地名称。
返回值
属性节点。请注意,对于XML名称空间声明(xmlns
和xmlns:*
attributes),将返回DOMNameSpaceNode
的实例,而不是DOMAttr。