Uses of Interface
org.loboevolution.html.dom.HTMLTableCaptionElement
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLTableCaptionElement in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionHTMLTableElement.getCaption()
Retrieves the caption object of a table.Modifier and TypeMethodDescriptionvoid
HTMLTableElement.setCaption
(HTMLTableCaptionElement caption) setCaption. -
Uses of HTMLTableCaptionElement in org.loboevolution.html.dom.domimpl
Modifier and TypeClassDescriptionclass
The Class HTMLTableCaptionElementImpl.Modifier and TypeMethodDescriptionHTMLTableElementImpl.getCaption()
Retrieves the caption object of a table.Modifier and TypeMethodDescriptionvoid
HTMLTableElementImpl.setCaption
(HTMLTableCaptionElement caption) setCaption.