635636637638639640641642643644645
log.trace("removeContents"); Iterator it = getChildElements(); while (it.hasNext()) { Node el = (Node)it.next(); el.detachNode(); } } /** * Removes the namespace declaration corresponding to the given prefix.
634635636637638639640641642643644
632633634635636637638639640641642
633634635636637638639640641642643
654655656657658659660661662663664