org.apache.html.dom

Class HTMLTextAreaElementImpl

Implemented Interfaces:
org.w3c.dom.Element, org.w3c.dom.html.HTMLElement, HTMLFormControl, org.w3c.dom.html.HTMLTextAreaElement, org.w3c.dom.TypeInfo

public class HTMLTextAreaElementImpl
extends HTMLElementImpl
implements org.w3c.dom.html.HTMLTextAreaElement, HTMLFormControl

Version:
$Revision: 329271 $ $Date: 2005-10-28 15:25:05 -0400 (Fri, 28 Oct 2005) $
Author:
Assaf Arkin
See Also:
org.w3c.dom.html.HTMLTextAreaElement, 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 interface org.w3c.dom.TypeInfo

DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION

Constructor Summary

HTMLTextAreaElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Method Summary

void
blur()
void
focus()
String
getAccessKey()
int
getCols()
String
getDefaultValue()
boolean
getDisabled()
String
getName()
boolean
getReadOnly()
int
getRows()
int
getTabIndex()
String
getType()
String
getValue()
void
select()
void
setAccessKey(String accessKey)
void
setCols(int cols)
void
setDefaultValue(String defaultValue)
void
setDisabled(boolean disabled)
void
setName(String name)
void
setReadOnly(boolean readOnly)
void
setRows(int rows)
void
setTabIndex(int tabIndex)
void
setValue(String value)

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.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setOwnerDocument, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

Methods inherited from class org.apache.xerces.dom.ParentNode

cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setOwnerDocument, setReadOnly, setTextContent, synchronizeChildren

Constructor Details

HTMLTextAreaElementImpl

public HTMLTextAreaElementImpl(HTMLDocumentImpl owner,
                               String name)
Constructor requires owner document.
Parameters:
owner - The owner HTML document

Method Details

blur

public void blur()
Specified by:
blur in interface org.w3c.dom.html.HTMLTextAreaElement

focus

public void focus()
Specified by:
focus in interface org.w3c.dom.html.HTMLTextAreaElement

getAccessKey

public String getAccessKey()
Specified by:
getAccessKey in interface org.w3c.dom.html.HTMLTextAreaElement

getCols

public int getCols()
Specified by:
getCols in interface org.w3c.dom.html.HTMLTextAreaElement

getDefaultValue

public String getDefaultValue()
Specified by:
getDefaultValue in interface org.w3c.dom.html.HTMLTextAreaElement

getDisabled

public boolean getDisabled()
Specified by:
getDisabled in interface org.w3c.dom.html.HTMLTextAreaElement

getName

public String getName()
Specified by:
getName in interface org.w3c.dom.html.HTMLTextAreaElement

getReadOnly

public boolean getReadOnly()
Specified by:
getReadOnly in interface org.w3c.dom.html.HTMLTextAreaElement

getRows

public int getRows()
Specified by:
getRows in interface org.w3c.dom.html.HTMLTextAreaElement

getTabIndex

public int getTabIndex()
Specified by:
getTabIndex in interface org.w3c.dom.html.HTMLTextAreaElement

getType

public String getType()
Specified by:
getType in interface org.w3c.dom.html.HTMLTextAreaElement

getValue

public String getValue()
Specified by:
getValue in interface org.w3c.dom.html.HTMLTextAreaElement

select

public void select()
Specified by:
select in interface org.w3c.dom.html.HTMLTextAreaElement

setAccessKey

public void setAccessKey(String accessKey)
Specified by:
setAccessKey in interface org.w3c.dom.html.HTMLTextAreaElement

setCols

public void setCols(int cols)
Specified by:
setCols in interface org.w3c.dom.html.HTMLTextAreaElement

setDefaultValue

public void setDefaultValue(String defaultValue)
Specified by:
setDefaultValue in interface org.w3c.dom.html.HTMLTextAreaElement

setDisabled

public void setDisabled(boolean disabled)
Specified by:
setDisabled in interface org.w3c.dom.html.HTMLTextAreaElement

setName

public void setName(String name)
Specified by:
setName in interface org.w3c.dom.html.HTMLTextAreaElement

setReadOnly

public void setReadOnly(boolean readOnly)
Specified by:
setReadOnly in interface org.w3c.dom.html.HTMLTextAreaElement

setRows

public void setRows(int rows)
Specified by:
setRows in interface org.w3c.dom.html.HTMLTextAreaElement

setTabIndex

public void setTabIndex(int tabIndex)
Specified by:
setTabIndex in interface org.w3c.dom.html.HTMLTextAreaElement

setValue

public void setValue(String value)
Specified by:
setValue in interface org.w3c.dom.html.HTMLTextAreaElement

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.