public class

HTMLOptionElementImpl

extends HTMLElementImpl
implements HTMLOptionElement
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.HTMLOptionElementImpl

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLOptionElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
boolean getDefaultSelected()
boolean getDisabled()
int getIndex()
String getLabel()
boolean getSelected()
String getText()
String getValue()
void setDefaultSelected(boolean defaultSelected)
void setDisabled(boolean disabled)
void setIndex(int index)
void setLabel(String label)
void setSelected(boolean selected)
void setText(String text)
void setValue(String value)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLElement
From interface org.w3c.dom.html.HTMLOptionElement

Public Constructors

public HTMLOptionElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public boolean getDefaultSelected ()

public boolean getDisabled ()

public int getIndex ()

public String getLabel ()

public boolean getSelected ()

public String getText ()

public String getValue ()

public void setDefaultSelected (boolean defaultSelected)

public void setDisabled (boolean disabled)

public void setIndex (int index)

public void setLabel (String label)

public void setSelected (boolean selected)

public void setText (String text)

public void setValue (String value)