Uses of Class
elemental2.dom.HTMLCollection
-
-
Uses of HTMLCollection in elemental2.dom
Subclasses of HTMLCollection in elemental2.dom Modifier and Type Class Description class
HTMLFormControlsCollection<T>
class
HTMLOptionsCollection
Fields in elemental2.dom declared as HTMLCollection Modifier and Type Field Description HTMLCollection<HTMLAnchorElement>
HTMLDocument. anchors
HTMLCollection<HTMLAppletElement>
HTMLDocument. applets
HTMLCollection<HTMLAreaElement>
HTMLMapElement. areas
HTMLCollection<HTMLTableCellElement>
HTMLTableRowElement. cells
HTMLCollection
Document. children
HTMLCollection
HTMLFieldSetElement. elements
HTMLCollection<HTMLFormElement>
HTMLDocument. forms
HTMLCollection<HTMLImageElement>
HTMLDocument. images
HTMLCollection<HTMLDocument.LinksHTMLCollectionTypeParameterUnionType>
HTMLDocument. links
HTMLCollection<HTMLOptionElement>
HTMLDataListElement. options
HTMLCollection<HTMLTableRowElement>
HTMLTableElement. rows
HTMLCollection<HTMLTableRowElement>
HTMLTableSectionElement. rows
HTMLCollection<HTMLOptionElement>
HTMLSelectElement. selectedOptions
HTMLCollection<HTMLTableSectionElement>
HTMLTableElement. tBodies
Methods in elemental2.dom that return HTMLCollection Modifier and Type Method Description HTMLCollection<Element>
Document. getElementsByClassName(java.lang.String name)
HTMLCollection<Element>
Element. getElementsByClassName(java.lang.String classNames)
-