Uses of Interface
org.loboevolution.html.dom.HTMLFormControlsCollection
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLFormControlsCollection in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionHTMLFormElement.getElements()
Retrieves a collection, in source order, of all controls in a given form. -
Uses of HTMLFormControlsCollection in org.loboevolution.html.dom.domimpl
Modifier and TypeClassDescriptionclass
HTMLFormControlsCollectionImpl class.Modifier and TypeMethodDescriptionHTMLFormElementImpl.getElements()
Retrieves a collection, in source order, of all controls in a given form.