![]() | DOMElement->hasAttributeNS()(no version information, might be only in CVS) DOMElement->hasAttributeNS() -- Verifica se esiste l'attributoDescrizioneclass DOMElement {bool hasAttributeNS ( string namespaceURI, string localName ) } Indica se l'attributo nello spazio dei nomi namespaceURI con nome localName esiste come membro dell'elemento. Vedere anche:
| ![]() | ||||