Uses of Interface
org.loboevolution.html.dom.HTMLTableSectionElement
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLTableSectionElement in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionHTMLTableElement.gettFoot()
Retrieves the tFoot object of the table.HTMLTableElement.gettHead()
Retrieves the tHead object of the table.Modifier and TypeMethodDescriptionvoid
HTMLTableElement.settFoot
(HTMLTableSectionElement tFoot) settFoot.void
HTMLTableElement.settHead
(HTMLTableSectionElement tHead) settHead. -
Uses of HTMLTableSectionElement in org.loboevolution.html.dom.domimpl
Modifier and TypeClassDescriptionclass
HTMLTableSectionElementImpl class.Modifier and TypeMethodDescriptionHTMLTableElementImpl.gettFoot()
Retrieves the tFoot object of the table.HTMLTableElementImpl.gettHead()
Retrieves the tHead object of the table.Modifier and TypeMethodDescriptionvoid
HTMLTableElementImpl.settFoot
(HTMLTableSectionElement tFoot) settFoot.void
HTMLTableElementImpl.settHead
(HTMLTableSectionElement tHead) settHead.