FileDocCategorySizeDatePackage
HTMLFieldSetElement.javaAPI DocJava SE 5 API1110Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLFieldSetElement

public interface HTMLFieldSetElement implements HTMLElement
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.

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.html.HTMLFormElementgetForm()
Returns the FORM element containing this control. Returns null if this control is not within the context of a form.