Uses of Interface
org.w3c.dom.html2.HTMLTableCaptionElement

Packages that use HTMLTableCaptionElement
org.mozilla.jrex.dom.html2   
org.w3c.dom.html2   
 

Uses of HTMLTableCaptionElement in org.mozilla.jrex.dom.html2
 

Classes in org.mozilla.jrex.dom.html2 that implement HTMLTableCaptionElement
 class JRexHTMLTableCaptionElementImpl
          A class implementing org.w3c.dom.html2.HTMLTableCaptionElement interface.
 

Methods in org.mozilla.jrex.dom.html2 that return HTMLTableCaptionElement
 HTMLTableCaptionElement JRexHTMLTableElementImpl.getCaption()
           
 

Methods in org.mozilla.jrex.dom.html2 with parameters of type HTMLTableCaptionElement
 void JRexHTMLTableElementImpl.setCaption(HTMLTableCaptionElement caption)
           
 

Uses of HTMLTableCaptionElement in org.w3c.dom.html2
 

Methods in org.w3c.dom.html2 that return HTMLTableCaptionElement
 HTMLTableCaptionElement HTMLTableElement.getCaption()
          Returns the table's CAPTION, or void if none exists.
 

Methods in org.w3c.dom.html2 with parameters of type HTMLTableCaptionElement
 void HTMLTableElement.setCaption(HTMLTableCaptionElement caption)
          Returns the table's CAPTION, or void if none exists.
 



Copyright © 2004 C.N.Medappa. All Rights Reserved.