Uses of Interface
org.w3c.dom.html.HTMLCollection
Packages that use HTMLCollection
-
Uses of HTMLCollection in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLCollectionModifier and TypeMethodDescriptionHTMLDocument.getAnchors()
A collection of all the anchor (A
) elements in a document with a value for thename
attribute.HTMLDocument.getApplets()
A collection of all theOBJECT
elements that include applets andAPPLET
( deprecated ) elements in a document.HTMLMapElement.getAreas()
The list of areas defined for the image map.HTMLTableRowElement.getCells()
The collection of cells in this row.HTMLFormElement.getElements()
Returns a collection of all control elements in the form.HTMLDocument.getForms()
A collection of all the forms of a document.HTMLDocument.getImages()
A collection of all theIMG
elements in a document.HTMLDocument.getLinks()
A collection of allAREA
elements and anchor (A
) elements in a document with a value for thehref
attribute.HTMLSelectElement.getOptions()
The collection ofOPTION
elements contained by this element.HTMLTableElement.getRows()
Returns a collection of all the rows in the table, including all inTHEAD
,TFOOT
, allTBODY
elements.HTMLTableSectionElement.getRows()
The collection of rows in this table section.HTMLTableElement.getTBodies()
Returns a collection of the defined table bodies.