Module jdk.xml.dom

Interface HTMLInputElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLInputElement extends HTMLElement
Form control. Note. Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type. For the "password" input type, the actual value returned may be masked to prevent unauthorized use. See the INPUT element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Since:
1.4, DOM Level 2