590591592593594595596597598599600
{ importDef.setDocumentationElement(tempEl); } else { importDef.addExtensibilityElement( parseExtensibilityElement(Import.class, tempEl, def)); } tempEl = DOMUtils.getNextSiblingElement(tempEl); }
429430431432433434435436437438439
/* */ { /* 581 */ importDef.setDocumentationElement(tempEl); /* */ } /* */ else /* */ { /* 585 */ importDef.addExtensibilityElement(parseExtensibilityElement(Import.class, tempEl, def)); /* */ } /* */ /* 589 */ tempEl = DOMUtils.getNextSiblingElement(tempEl); /* */ } /* */