DOMElement->getAttributeNode

(no version information, might be only in CVS)

DOMElement->getAttributeNode -- Returns attribute node

Description

DOMAttr DOMElement->getAttributeNode ( string name)

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

See also DOMElement->setAttribute()