181182183184185186187188189
return caption; } public void deleteCaption() { HTMLTableCaptionElement caption = getCaption(); if (caption != null) removeChild(caption); }
464748495051525354
return (HTMLElement)localObject; } public synchronized void deleteCaption() { HTMLTableCaptionElement localHTMLTableCaptionElement = getCaption(); if (localHTMLTableCaptionElement != null) removeChild(localHTMLTableCaptionElement); }