org.apache.html.dom

Class HTMLTextAreaElementImpl

Implemented Interfaces:
Element, HTMLElement, HTMLTextAreaElement, HTMLFormControl, TypeInfo

public class HTMLTextAreaElementImpl
extends HTMLElementImpl
implements HTMLTextAreaElement, HTMLFormControl

Version:
$Revision: 447255 $ $Date: 2006-09-18 01:36:42 -0400 (Mon, 18 Sep 2006) $
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

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

focus

public void focus()

getAccessKey

public String getAccessKey()

getCols

public int getCols()

getDefaultValue

public String getDefaultValue()

getDisabled

public boolean getDisabled()

getName

public String getName()

getReadOnly

public boolean getReadOnly()

getRows

public int getRows()

getTabIndex

public int getTabIndex()

getType

public String getType()

getValue

public String getValue()

select

public void select()

setAccessKey

public void setAccessKey(String accessKey)

setCols

public void setCols(int cols)

setDefaultValue

public void setDefaultValue(String defaultValue)

setDisabled

public void setDisabled(boolean disabled)

setName

public void setName(String name)

setReadOnly

public void setReadOnly(boolean readOnly)

setRows

public void setRows(int rows)

setTabIndex

public void setTabIndex(int tabIndex)

setValue

public void setValue(String value)

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