DOMElement->removeAttributeNS()
Opis
class DOMElement {bool removeAttributeNS ( string namespaceURI, string localName )
}
Removes attribute is namespace namespaceURI
named localName from the element.
| Poprzedni | Spis treści | Następny |
| DOMElement->removeAttributeNode() | Początek rozdziału |