Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
public class HTMLOptionElementImpl
extends HTMLElementImpl
implements org.w3c.dom.html.HTMLOptionElement
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 |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NOTATION_NODE , PROCESSING_INSTRUCTION_NODE , TEXT_NODE |
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 |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public HTMLOptionElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public boolean getDefaultSelected()
- Specified by:
- getDefaultSelected in interface org.w3c.dom.html.HTMLOptionElement
public boolean getDisabled()
- Specified by:
- getDisabled in interface org.w3c.dom.html.HTMLOptionElement
public String getLabel()
- Specified by:
- getLabel in interface org.w3c.dom.html.HTMLOptionElement
public boolean getSelected()
- Specified by:
- getSelected in interface org.w3c.dom.html.HTMLOptionElement
public String getValue()
- Specified by:
- getValue in interface org.w3c.dom.html.HTMLOptionElement
public void setDefaultSelected(boolean defaultSelected)
- Specified by:
- setDefaultSelected in interface org.w3c.dom.html.HTMLOptionElement
public void setDisabled(boolean disabled)
- Specified by:
- setDisabled in interface org.w3c.dom.html.HTMLOptionElement
public void setIndex(int index)
- Specified by:
- setIndex in interface org.w3c.dom.html.HTMLOptionElement
public void setLabel(String label)
- Specified by:
- setLabel in interface org.w3c.dom.html.HTMLOptionElement
public void setSelected(boolean selected)
public void setText(String text)
public void setValue(String value)
- Specified by:
- setValue in interface org.w3c.dom.html.HTMLOptionElement