Replaces a child element with another.
protected void replace( DhElement eCur, DhElement eNew )
eCur
The element to replace.
eNew
The new element.
DhElementNotFoundException thrown if eCur is not a child of this container.