org.apache.html.dom
public class HTMLOptGroupElementImpl extends HTMLElementImpl implements HTMLOptGroupElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:09:10 $
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 | |
---|---|
boolean | getDisabled() |
String | getLabel() |
void | setDisabled(boolean disabled) |
void | setLabel(String label) |
Parameters: owner The owner HTML document