public interface

HTMLFieldSetElement

implements HTMLElement
org.w3c.dom.html.HTMLFieldSetElement

Class Overview

Organizes form controls into logical groups. See the FIELDSET element definition in HTML 4.0.

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

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract HTMLFormElement getForm()
Returns the FORM element containing this control.
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract HTMLFormElement getForm ()

Returns the FORM element containing this control. Returns null if this control is not within the context of a form.