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

Uses in package org.w3c.dom.html2

Methods with parameter type org.w3c.dom.html2.HTMLTableSectionElement

void
Returns the table's TFOOT, or null if none exists.
void
Returns the table's THEAD, or null if none exists.

Methods with return type org.w3c.dom.html2.HTMLTableSectionElement

HTMLTableSectionElement
Returns the table's TFOOT, or null if none exists.
HTMLTableSectionElement
Returns the table's THEAD, or null if none exists.

Uses in package gnu.xml.dom.html2

Classes implementing org.w3c.dom.html2.HTMLTableSectionElement

class
An HTML 'THEAD', 'TFOOT', or 'TBODY' element node.

Methods with parameter type org.w3c.dom.html2.HTMLTableSectionElement

void
Returns the table's TFOOT, or null if none exists.
void
Returns the table's THEAD, or null if none exists.

Methods with return type org.w3c.dom.html2.HTMLTableSectionElement

HTMLTableSectionElement
Returns the table's TFOOT, or null if none exists.
HTMLTableSectionElement
Returns the table's THEAD, or null if none exists.