DOMElement->getAttributeNode()

DOMElement->getAttributeNode() -- Returns attribute node

Descrição

class DOMElement {

DOMAttr getAttributeNode ( string name )

}

Returns the attribute node with name name for the current element.

Lista de parâmetros

name

The name of the attribute.

Valores Retornados

The attribute node.

Veja também

DOMElement->hasAttribute()
DOMElement->setAttributeNode()
DOMElement->removeAttributeNode()