DOMElement->getAttributeNode

(no version information, might be only in CVS)

DOMElement->getAttributeNode -- Returns attribute node

Description

object DOMElement->getAttributeNode ( object name)

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

See also DOMElement->setAttribute()