126127128129130131132133134135136
elem = null; } if (elem == null) { continue; } app.fillElement(elem); Map<String, String> params = app.getParams(); if (params != null && params.size() > 0) { while (elem.hasChildNodes()) {// ������� elem.removeChild(elem.getFirstChild());
322323324325326327328329330331332
} Element orChild = new Element(uChildName,prefix,ns); child.addContent(orChild); //--- add mandatory sub-tags editLib.fillElement(schema, child, orChild); } } } else { child = editLib.addElement(mds, el, name);