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.HTMLSelectElementImpl
public class HTMLSelectElementImpl
extends HTMLElementImpl
implements HTMLSelectElement, HTMLFormControl
org.w3c.dom.html.HTMLSelectElement
, 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 | |
void |
|
void |
|
Node |
|
void |
|
NodeList |
|
boolean | |
int | |
boolean | |
String |
|
HTMLCollection | |
int | |
int |
|
int | |
String |
|
String |
|
void |
|
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 HTMLSelectElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public void add(HTMLElement element, HTMLElement before)
public void blur()
public Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getOptions() gets cleared.
- Overrides:
- cloneNode in interface org.apache.xerces.dom.ElementImpl
public void focus()
public NodeList getChildNodes()
Explicit implementation of getChildNodes() to avoid problems with overriding the getLength() method hidden in the super class.
- Overrides:
- getChildNodes in interface org.apache.xerces.dom.ParentNode
public boolean getDisabled()
public boolean getMultiple()
public String getName()
public HTMLCollection getOptions()
public int getSelectedIndex()
public int getSize()
public int getTabIndex()
public String getType()
public String getValue()
public void remove(int index)
public void setDisabled(boolean disabled)
public void setMultiple(boolean multiple)
public void setName(String name)
public void setSelectedIndex(int selectedIndex)
public void setSize(int size)
public void setTabIndex(int tabIndex)
public void setValue(String value)