Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
org.w3c.dom.html.HTMLOptionElement
, org.apache.xerces.dom.ElementImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes , name |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Constructor Summary | |
|
Method Summary | |
boolean | |
boolean | |
int |
|
String |
|
boolean | |
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.html.dom.HTMLElementImpl | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getClassName , getDir , getElementsByTagName , getElementsByTagNameNS , getForm , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
public HTMLOptionElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
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)