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.HTMLInputElementImpl
public class HTMLInputElementImpl
extends HTMLElementImpl
implements HTMLInputElement, HTMLFormControl
org.w3c.dom.html.HTMLInputElement
, 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 |
|
void |
|
String | |
String | |
String |
|
String |
|
boolean | |
boolean | |
String | |
boolean | |
int | |
String |
|
boolean | |
String |
|
String |
|
int | |
String |
|
String | |
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
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 HTMLInputElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public void blur()
public void click()
public void focus()
public String getAccept()
public String getAccessKey()
public String getAlign()
public String getAlt()
public boolean getChecked()
public boolean getDefaultChecked()
public String getDefaultValue()
public boolean getDisabled()
public int getMaxLength()
public String getName()
public boolean getReadOnly()
public String getSize()
public String getSrc()
public int getTabIndex()
public String getType()
public String getUseMap()
public String getValue()
public void select()
public void setAccept(String accept)
public void setAccessKey(String accessKey)
public void setAlign(String align)
public void setAlt(String alt)
public void setChecked(boolean checked)
public void setDefaultChecked(boolean defaultChecked)
public void setDefaultValue(String defaultValue)
public void setDisabled(boolean disabled)
public void setMaxLength(int maxLength)
public void setName(String name)
public void setReadOnly(boolean readOnly)
public void setSize(String size)
public void setSrc(String src)
public void setTabIndex(int tabIndex)
public void setUseMap(String useMap)
public void setValue(String value)