Frames | No Frames |
Methods with parameter type org.w3c.dom.html.HTMLCollection | |
void |
Methods with return type org.w3c.dom.html.HTMLCollection | |
HTMLCollection | A collection of all the anchor ( A ) elements in a document
with a value for the name attribute.Note. |
HTMLCollection | A collection of all the OBJECT elements that includeapplets
and APPLET (deprecated) elements ina document.
|
HTMLCollection | The list of areas defined for the image map.
|
HTMLCollection | The collection of cells in this row.
|
HTMLCollection | Returns a collection of all control elements in the form.
|
HTMLCollection | A collection of all the forms of a document.
|
HTMLCollection | A collection of all the IMG elements in a document.The
behavior is limited to IMG elements forbackwards
compatibility.
|
HTMLCollection | A collection of all AREA elements andanchor (A )
elements in a documentwith a value for the href attribute.
|
HTMLCollection | The collection of OPTION elements contained by this element.
|
HTMLCollection | Returns a collection of all the rows in the table, including all in
THEAD , TFOOT , all TBODY elements.
|
HTMLCollection | The collection of rows in this table section.
|
HTMLCollection | Returns a collection of the defined table bodies.
|