561562563564565566567568569570571
QName ref = elem.getRef(); if (ref == null) { // definition, just delete all content for (int i = 0; i < elem.getChildCount(); i++) { elem.detachChild(i); } elem.compactChildren(); } else {