Class HTMLLabelElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLLabelElementImpl
All Implemented Interfaces:
Serializable, Cloneable, HTMLFormControl, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLLabelElement, Node, NodeList, TypeInfo

public class HTMLLabelElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLLabelElement, HTMLFormControl

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
See Also:
  • Constructor Details

    • HTMLLabelElementImpl

      public HTMLLabelElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getAccessKey

      public String getAccessKey()
      Specified by:
      getAccessKey in interface org.w3c.dom.html.HTMLLabelElement
    • setAccessKey

      public void setAccessKey(String accessKey)
      Specified by:
      setAccessKey in interface org.w3c.dom.html.HTMLLabelElement
    • getHtmlFor

      public String getHtmlFor()
      Specified by:
      getHtmlFor in interface org.w3c.dom.html.HTMLLabelElement
    • setHtmlFor

      public void setHtmlFor(String htmlFor)
      Specified by:
      setHtmlFor in interface org.w3c.dom.html.HTMLLabelElement