|
DOMElement::getAttributeNodeNSReturns attribute node Beschreibung
public DOMAttr DOMElement::getAttributeNodeNS
( string
$namespaceURI
, string $localName
)
Returns the attribute node in namespace Parameter-Liste
RückgabewerteThe attribute node. Note that for XML namespace declarations (xmlns and xmlns:* attributes) an instance of DOMNameSpaceNode is returned instead of a DOMAttr. Siehe auch
|