Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<DOMElement->getAttributeNode()DOMElement->getAttributeNS()>
Last updated: Tue, 19 Sep 2006

DOMElement->getAttributeNodeNS()

(no version information, might be only in CVS)

DOMElement->getAttributeNodeNS() --  Returns attribute node

Description

class DOMElement {

DOMAttr getAttributeNodeNS ( string namespaceURI, string localName )

}

Returns the attribute node in namespace namespaceURI with local name localName for the current node.

Parameters

namespaceURI

The namespace URI.

localName

The local name.

Return Values

The attribute node.




<DOMElement->getAttributeNode()DOMElement->getAttributeNS()>
Last updated: Tue, 19 Sep 2006