internalRemoveNamedItem(java.lang.String name,
boolean raiseEx)
Internal removeNamedItem method allowing to specify whether an exception
must be thrown if the specified name is not found.
internalRemoveNamedItemNS(java.lang.String namespaceURI,
java.lang.String name,
boolean raiseEx)
Internal removeNamedItemNS method allowing to specify whether an
exception must be thrown if the specified local name and namespace URI
is not found.
Removes a node specified by name. When this map contains the attributes
attached to an element, if the removed attribute is known to have a
default value, an attribute immediately appears containing the
default value as well as the corresponding namespace URI, local name,
and prefix when applicable.
namespaceURI - The namespace URI of the node to remove.
When it is null or an empty string, this
method behaves like removeNamedItem.
The - local name of the node to remove. If the
removed attribute is known to have a default
value, an attribute immediately appears
containing the default value.
Returns:
Node The node removed from the map if a node with such
a local name and namespace URI exists.
Throws:
NOT_FOUND_ERR: - Raised if there is no node named
name in the map.
internalRemoveNamedItemNS
protected final NodeinternalRemoveNamedItemNS(java.lang.String namespaceURI,
java.lang.String name,
boolean raiseEx)
Internal removeNamedItemNS method allowing to specify whether an
exception must be thrown if the specified local name and namespace URI
is not found.