Home » xml-commons-external-1.4.01-src » org.w3c » dom » html2 » [javadoc | source]
org.w3c.dom.html2
public interface: HTMLLegendElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Provides a caption for a FIELDSET grouping. See the LEGEND element definition in HTML 4.01.

See also the Document Object Model (DOM) Level 2 HTML Specification.
Method from org.w3c.dom.html2.HTMLLegendElement Summary:
getAccessKey,   getAlign,   getForm,   setAccessKey,   setAlign
Method from org.w3c.dom.html2.HTMLLegendElement Detail:
 public String getAccessKey()
    A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
 public String getAlign()
    Text alignment relative to FIELDSET. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
 public HTMLFormElement getForm()
    Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
 public  void setAccessKey(String accessKey)
    A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
 public  void setAlign(String align)
    Text alignment relative to FIELDSET. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.