AvailabilityDOM Level 2 Core SynopsisNode removeNamedItemNS(String namespaceURI, String localName) throws DOMException; Arguments
ReturnsThe node that was removed. ThrowsThis method throws exceptions for the same reason as removeNamedItem( ). DescriptionThis method works just like removeNamedItem( ), except that the node to be removed is specified by namespace and local name rather than just by name. This method is typically useful only with XML documents that use namespaces. |