Class HTMLOptGroupElementImpl

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.HTMLOptGroupElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLOptGroupElement, Node, NodeList, TypeInfo

public class HTMLOptGroupElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLOptGroupElement

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

    • HTMLOptGroupElementImpl

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

    • getDisabled

      public boolean getDisabled()
      Specified by:
      getDisabled in interface org.w3c.dom.html.HTMLOptGroupElement
    • setDisabled

      public void setDisabled(boolean disabled)
      Specified by:
      setDisabled in interface org.w3c.dom.html.HTMLOptGroupElement
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.w3c.dom.html.HTMLOptGroupElement
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface org.w3c.dom.html.HTMLOptGroupElement