org.apache.html.dom

Class HTMLOptGroupElementImpl

public class HTMLOptGroupElementImpl extends HTMLElementImpl implements HTMLOptGroupElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:09:10 $

Author: Assaf Arkin

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

Constructor Summary
HTMLOptGroupElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
booleangetDisabled()
StringgetLabel()
voidsetDisabled(boolean disabled)
voidsetLabel(String label)

Constructor Detail

HTMLOptGroupElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getDisabled

public boolean getDisabled()

getLabel

public String getLabel()

setDisabled

public void setDisabled(boolean disabled)

setLabel

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