org.apache.html.dom

Class HTMLLabelElementImpl

public class HTMLLabelElementImpl extends HTMLElementImpl implements HTMLLabelElement, HTMLFormControl

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:04:17 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLLabelElement org.apache.xerces.dom.ElementImpl

UNKNOWN:

Constructor Summary
HTMLLabelElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetAccessKey()
StringgetHtmlFor()
voidsetAccessKey(String accessKey)
voidsetHtmlFor(String htmlFor)

Constructor Detail

HTMLLabelElementImpl

public HTMLLabelElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

getAccessKey

public String getAccessKey()

getHtmlFor

public String getHtmlFor()

setAccessKey

public void setAccessKey(String accessKey)

setHtmlFor

public void setHtmlFor(String htmlFor)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.