210211212213214215216217218219220
return null; // no exception please } public TypeStoreUser insert_element_user(XMLName name, int index) { TypeStoreUser target = null; int insertindex = 0; if (_childElementTypeStores == null) { _childElementTypeStores = new ArrayList();
339340341342343344345346347348349
return insert_element_user(name, count_elements(name)); } public void remove_element(XMLName name, int index) { TypeStoreUser target = null; int removeindex = 0; boolean found = false; for (Iterator i = _childElementTypeStores.iterator(); i.hasNext(); ) {