org.w3c.dom.NamedNodeMap.removeNamedItem
method
public removeNamedItem(name as String) as Node throws DOMException
Description

Removes a named node.

Parameters
  • name Qualified node name.
Returns

Removed node.

Throws
  • DOMException if no node exists with this name.
Example
removed = attributes.removeNamedItem("id")