This does not detach all the children from this element so they will still incorrectly report that this element is their parent.
The returned sequence is not live, i.e. changes to the element will not affect the sequence.
@return The sequence of nodes.Detaches all children from this node.
Subclassers should note that the default implementation of this method does not call removeChild
or detach
. If you override removeChild
, you'll probably need to override this method as well.
This removes all child elements (one level deep) with the given local name and belonging to no namespace. Returns true if any were removed.
@param name the name of child elements to remove @return whether deletion occurredPersistor
having a given name.
@param name the name of the children to remove
|
|