|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTMLCollection | |
org.mozilla.jrex.dom.html2 | |
org.w3c.dom.html2 |
Uses of HTMLCollection in org.mozilla.jrex.dom.html2 |
Classes in org.mozilla.jrex.dom.html2 that implement HTMLCollection | |
class |
JRexHTMLCollectionImpl
A class implementing org.w3c.dom.html2.HTMLCollection interface. |
Methods in org.mozilla.jrex.dom.html2 that return HTMLCollection | |
HTMLCollection |
JRexHTMLTableSectionElementImpl.getRows()
|
HTMLCollection |
JRexHTMLTableRowElementImpl.getCells()
|
HTMLCollection |
JRexHTMLTableElementImpl.getRows()
|
HTMLCollection |
JRexHTMLTableElementImpl.getTBodies()
|
HTMLCollection |
JRexHTMLMapElementImpl.getAreas()
|
HTMLCollection |
JRexHTMLFormElementImpl.getElements()
|
HTMLCollection |
JRexHTMLDocumentImpl.getImages()
|
HTMLCollection |
JRexHTMLDocumentImpl.getApplets()
|
HTMLCollection |
JRexHTMLDocumentImpl.getLinks()
|
HTMLCollection |
JRexHTMLDocumentImpl.getForms()
|
HTMLCollection |
JRexHTMLDocumentImpl.getAnchors()
|
Uses of HTMLCollection in org.w3c.dom.html2 |
Methods in org.w3c.dom.html2 that return HTMLCollection | |
HTMLCollection |
HTMLTableSectionElement.getRows()
The collection of rows in this table section. |
HTMLCollection |
HTMLTableRowElement.getCells()
The collection of cells in this row. |
HTMLCollection |
HTMLTableElement.getRows()
Returns a collection of all the rows in the table, including all in THEAD , TFOOT , all TBODY
elements. |
HTMLCollection |
HTMLTableElement.getTBodies()
Returns a collection of the table bodies (including implicit ones). |
HTMLCollection |
HTMLMapElement.getAreas()
The list of areas defined for the image map. |
HTMLCollection |
HTMLFormElement.getElements()
Returns a collection of all form control elements in the form. |
HTMLCollection |
HTMLDocument.getImages()
A collection of all the IMG elements in a document. |
HTMLCollection |
HTMLDocument.getApplets()
A collection of all the OBJECT elements that include
applets and APPLET (deprecated) elements in a document. |
HTMLCollection |
HTMLDocument.getLinks()
A collection of all AREA elements and anchor (
A ) elements in a document with a value for the
href attribute. |
HTMLCollection |
HTMLDocument.getForms()
A collection of all the forms of a document. |
HTMLCollection |
HTMLDocument.getAnchors()
A collection of all the anchor ( A ) elements in a document
with a value for the name attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |