|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |