HTMLCollection<HTMLTableCellElement> |
HTMLTableRowElement.getCells() |
HTMLCollection<HTMLElement> |
HTMLElementImp.getChildElements() |
HTMLCollection<HTMLElement> |
HTMLElement.getChildElements()
Convenience: get all children that are elements.
|
HTMLCollection<HTMLElement> |
HTMLDocumentImp.getElementsByName(String name) |
HTMLCollection<HTMLElement> |
HTMLElementImp.getElementsByTagName(String tag) |
HTMLCollection<HTMLEmbedElement> |
HTMLDocument.getEmbeds() |
HTMLCollection<HTMLEmbedElement> |
HTMLDocumentImp.getEmbeds() |
HTMLCollection<HTMLFormElement> |
HTMLDocument.getForms() |
HTMLCollection<HTMLFormElement> |
HTMLDocumentImp.getForms() |
HTMLCollection<HTMLImageElement> |
HTMLDocument.getImages() |
HTMLCollection<HTMLElement> |
HTMLMapElement.getImages() |
HTMLCollection<HTMLImageElement> |
HTMLDocumentImp.getImages() |
HTMLCollection<HTMLElement> |
HTMLDocument.getLinks() |
HTMLCollection<HTMLElement> |
HTMLDocumentImp.getLinks()
a-elements with href and area-elements with href, in tree order
|
HTMLCollection<HTMLOptionElement> |
HTMLDataListElement.getOptions() |
HTMLCollection<HTMLEmbedElement> |
HTMLDocument.getPlugins() |
HTMLCollection<HTMLEmbedElement> |
HTMLDocumentImp.getPlugins() |
HTMLCollection<HTMLTableRowElement> |
HTMLTableSectionElement.getRows() |
HTMLCollection<HTMLTableRowElement> |
HTMLTableElement.getRows() |
HTMLCollection<HTMLScriptElement> |
HTMLDocument.getScripts() |
HTMLCollection<HTMLScriptElement> |
HTMLDocumentImp.getScripts() |
HTMLCollection<HTMLOptionElement> |
HTMLSelectElement.getSelectedOptions() |
HTMLCollection<HTMLTableSectionElement> |
HTMLTableElement.getTBodies() |