Uses of Interface
org.loboevolution.html.dom.HTMLTableCaptionElement
Packages that use HTMLTableCaptionElement
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLTableCaptionElement in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom that return HTMLTableCaptionElementModifier and TypeMethodDescriptionHTMLTableElement.getCaption()Retrieves the caption object of a table.Methods in org.loboevolution.html.dom with parameters of type HTMLTableCaptionElementModifier and TypeMethodDescriptionvoidHTMLTableElement.setCaption(HTMLTableCaptionElement caption) setCaption. -
Uses of HTMLTableCaptionElement in org.loboevolution.html.dom.domimpl
Classes in org.loboevolution.html.dom.domimpl that implement HTMLTableCaptionElementModifier and TypeClassDescriptionclassThe Class HTMLTableCaptionElementImpl.Methods in org.loboevolution.html.dom.domimpl that return HTMLTableCaptionElementModifier and TypeMethodDescriptionHTMLTableElementImpl.getCaption()Retrieves the caption object of a table.Methods in org.loboevolution.html.dom.domimpl with parameters of type HTMLTableCaptionElementModifier and TypeMethodDescriptionvoidHTMLTableElementImpl.setCaption(HTMLTableCaptionElement caption) setCaption.