public class

HTMLInputElementImpl

extends HTMLElementImpl
implements HTMLFormControl HTMLInputElement
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.HTMLInputElementImpl

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
HTMLInputElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
void blur()
void click()
void focus()
String getAccept()
String getAccessKey()
String getAlign()
String getAlt()
boolean getChecked()
boolean getDefaultChecked()
String getDefaultValue()
boolean getDisabled()
int getMaxLength()
String getName()
boolean getReadOnly()
NON-DOM: Returns true if this node is read-only.
String getSize()
String getSrc()
int getTabIndex()
String getType()
String getUseMap()
String getValue()
void select()
void setAccept(String accept)
void setAccessKey(String accessKey)
void setAlign(String align)
void setAlt(String alt)
void setChecked(boolean checked)
void setDefaultChecked(boolean defaultChecked)
void setDefaultValue(String defaultValue)
void setDisabled(boolean disabled)
void setMaxLength(int maxLength)
void setName(String name)
void setReadOnly(boolean readOnly)
void setSize(String size)
void setSrc(String src)
void setTabIndex(int tabIndex)
void setUseMap(String useMap)
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.HTMLInputElement

Public Constructors

public HTMLInputElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

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 ()

NON-DOM: Returns true if this node is read-only. This is a shallow check.

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)