org.enhydra.xml.xhtml.dom.xerces
Class XHTMLTextAreaElementImpl
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.xerces.dom.ElementNSImpl
|
+--org.enhydra.xml.xhtml.dom.xerces.XHTMLElementImpl
|
+--org.enhydra.xml.xhtml.dom.xerces.XHTMLTextAreaElementImpl
- All Implemented Interfaces:
- java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLTextAreaElement, org.w3c.dom.Node, org.w3c.dom.NodeList, java.io.Serializable, XHTMLElement, XHTMLTextAreaElement
- public class XHTMLTextAreaElementImpl
- extends XHTMLElementImpl
- implements XHTMLTextAreaElement
- See Also:
- Serialized Form
Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
localName, namespaceURI, serialVersionUID, xmlURI |
Fields inherited from class org.apache.xerces.dom.ElementImpl |
attributes, name |
Fields inherited from class org.apache.xerces.dom.ParentNode |
fCachedChild, fCachedChildIndex, fCachedLength, firstChild, ownerDocument |
Fields inherited from class org.apache.xerces.dom.ChildNode |
nextSibling, previousSibling |
Fields inherited from class org.apache.xerces.dom.NodeImpl |
ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, IGNORABLEWS, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, UNNORMALIZED |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class org.enhydra.xml.xhtml.dom.xerces.XHTMLElementImpl |
capitalize, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBooleanAttribute, getBooleanAttribute, getCapitalized, getElementsByTagName, getElementsByTagNameNS, getForm, getIntAttribute, getIntAttribute, setAttribute, setAttribute |
Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
getLocalName, getNamespaceURI, getPrefix, setPrefix |
Methods inherited from class org.apache.xerces.dom.ElementImpl |
cloneNode, getAttributes, getDefaultAttributes, getNodeName, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, synchronizeData |
Methods inherited from class org.apache.xerces.dom.ParentNode |
checkNormalizationAfterInsert, checkNormalizationAfterRemove, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, hasChildNodes, insertBefore, internalInsertBefore, internalRemoveChild, item, lastChild, lastChild, ownerDocument, removeChild, replaceChild, synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode |
getNextSibling, getParentNode, getPreviousSibling, parentNode, previousSibling |
Methods inherited from class org.apache.xerces.dom.NodeImpl |
addEventListener, appendChild, changed, changes, dispatchEvent, getNodeValue, getUserData, hasStringValue, hasStringValue, internalIsIgnorableWhitespace, isFirstChild, isFirstChild, isIgnorableWhitespace, isNormalized, isNormalized, isOwned, isOwned, isReadOnly, isReadOnly, isSpecified, isSpecified, isSupported, needsSyncChildren, needsSyncChildren, needsSyncData, needsSyncData, removeEventListener, setNodeValue, setUserData, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.w3c.dom.html.HTMLTextAreaElement |
getForm |
XHTMLTextAreaElementImpl
public XHTMLTextAreaElementImpl(XHTMLDocumentBase owner,
java.lang.String namespaceURI,
java.lang.String tagName)
setId
public void setId(java.lang.String newValue)
- Specified by:
setId
in interface org.w3c.dom.html.HTMLElement
- Overrides:
setId
in class XHTMLElementImpl
getId
public java.lang.String getId()
- Specified by:
getId
in interface org.w3c.dom.html.HTMLElement
- Overrides:
getId
in class XHTMLElementImpl
setLang
public void setLang(java.lang.String newValue)
- Specified by:
setLang
in interface org.w3c.dom.html.HTMLElement
- Overrides:
setLang
in class XHTMLElementImpl
getLang
public java.lang.String getLang()
- Specified by:
getLang
in interface org.w3c.dom.html.HTMLElement
- Overrides:
getLang
in class XHTMLElementImpl
setDir
public void setDir(java.lang.String newValue)
- Specified by:
setDir
in interface org.w3c.dom.html.HTMLElement
- Overrides:
setDir
in class XHTMLElementImpl
getDir
public java.lang.String getDir()
- Specified by:
getDir
in interface org.w3c.dom.html.HTMLElement
- Overrides:
getDir
in class XHTMLElementImpl
setClassName
public void setClassName(java.lang.String newValue)
- Specified by:
setClassName
in interface org.w3c.dom.html.HTMLElement
- Overrides:
setClassName
in class XHTMLElementImpl
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in interface org.w3c.dom.html.HTMLElement
- Overrides:
getClassName
in class XHTMLElementImpl
setTitle
public void setTitle(java.lang.String newValue)
- Specified by:
setTitle
in interface org.w3c.dom.html.HTMLElement
- Overrides:
setTitle
in class XHTMLElementImpl
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface org.w3c.dom.html.HTMLElement
- Overrides:
getTitle
in class XHTMLElementImpl
setName
public void setName(java.lang.String newValue)
- Specified by:
setName
in interface org.w3c.dom.html.HTMLTextAreaElement
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.w3c.dom.html.HTMLTextAreaElement
setValue
public void setValue(java.lang.String newValue)
- Specified by:
setValue
in interface org.w3c.dom.html.HTMLTextAreaElement
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface org.w3c.dom.html.HTMLTextAreaElement
setType
public void setType(java.lang.String newValue)
getType
public java.lang.String getType()
- Specified by:
getType
in interface org.w3c.dom.html.HTMLTextAreaElement
setAccessKey
public void setAccessKey(java.lang.String newValue)
- Specified by:
setAccessKey
in interface org.w3c.dom.html.HTMLTextAreaElement
getAccessKey
public java.lang.String getAccessKey()
- Specified by:
getAccessKey
in interface org.w3c.dom.html.HTMLTextAreaElement
setTabIndex
public void setTabIndex(int newValue)
- Specified by:
setTabIndex
in interface org.w3c.dom.html.HTMLTextAreaElement
getTabIndex
public int getTabIndex()
- Specified by:
getTabIndex
in interface org.w3c.dom.html.HTMLTextAreaElement
setDisabled
public void setDisabled(boolean newValue)
- Specified by:
setDisabled
in interface org.w3c.dom.html.HTMLTextAreaElement
getDisabled
public boolean getDisabled()
- Specified by:
getDisabled
in interface org.w3c.dom.html.HTMLTextAreaElement
setCols
public void setCols(int newValue)
- Specified by:
setCols
in interface org.w3c.dom.html.HTMLTextAreaElement
getCols
public int getCols()
- Specified by:
getCols
in interface org.w3c.dom.html.HTMLTextAreaElement
setRows
public void setRows(int newValue)
- Specified by:
setRows
in interface org.w3c.dom.html.HTMLTextAreaElement
getRows
public int getRows()
- Specified by:
getRows
in interface org.w3c.dom.html.HTMLTextAreaElement
setDefaultValue
public void setDefaultValue(java.lang.String newValue)
- Specified by:
setDefaultValue
in interface org.w3c.dom.html.HTMLTextAreaElement
getDefaultValue
public java.lang.String getDefaultValue()
- Specified by:
getDefaultValue
in interface org.w3c.dom.html.HTMLTextAreaElement
setReadOnly
public void setReadOnly(boolean newValue)
- Specified by:
setReadOnly
in interface org.w3c.dom.html.HTMLTextAreaElement
getReadOnly
public boolean getReadOnly()
- Specified by:
getReadOnly
in interface org.w3c.dom.html.HTMLTextAreaElement
- Overrides:
getReadOnly
in class org.apache.xerces.dom.NodeImpl
setOnKeyUp
public void setOnKeyUp(java.lang.String newValue)
- Specified by:
setOnKeyUp
in interface XHTMLTextAreaElement
getOnKeyUp
public java.lang.String getOnKeyUp()
- Specified by:
getOnKeyUp
in interface XHTMLTextAreaElement
setStyle
public void setStyle(java.lang.String newValue)
- Specified by:
setStyle
in interface XHTMLTextAreaElement
getStyle
public java.lang.String getStyle()
- Specified by:
getStyle
in interface XHTMLTextAreaElement
setOnMouseDown
public void setOnMouseDown(java.lang.String newValue)
- Specified by:
setOnMouseDown
in interface XHTMLTextAreaElement
getOnMouseDown
public java.lang.String getOnMouseDown()
- Specified by:
getOnMouseDown
in interface XHTMLTextAreaElement
setOnKeyPress
public void setOnKeyPress(java.lang.String newValue)
- Specified by:
setOnKeyPress
in interface XHTMLTextAreaElement
getOnKeyPress
public java.lang.String getOnKeyPress()
- Specified by:
getOnKeyPress
in interface XHTMLTextAreaElement
setOnDblClick
public void setOnDblClick(java.lang.String newValue)
- Specified by:
setOnDblClick
in interface XHTMLTextAreaElement
getOnDblClick
public java.lang.String getOnDblClick()
- Specified by:
getOnDblClick
in interface XHTMLTextAreaElement
setOnKeyDown
public void setOnKeyDown(java.lang.String newValue)
- Specified by:
setOnKeyDown
in interface XHTMLTextAreaElement
getOnKeyDown
public java.lang.String getOnKeyDown()
- Specified by:
getOnKeyDown
in interface XHTMLTextAreaElement
setOnMouseMove
public void setOnMouseMove(java.lang.String newValue)
- Specified by:
setOnMouseMove
in interface XHTMLTextAreaElement
getOnMouseMove
public java.lang.String getOnMouseMove()
- Specified by:
getOnMouseMove
in interface XHTMLTextAreaElement
setOnMouseUp
public void setOnMouseUp(java.lang.String newValue)
- Specified by:
setOnMouseUp
in interface XHTMLTextAreaElement
getOnMouseUp
public java.lang.String getOnMouseUp()
- Specified by:
getOnMouseUp
in interface XHTMLTextAreaElement
setXmlLang
public void setXmlLang(java.lang.String newValue)
- Specified by:
setXmlLang
in interface XHTMLTextAreaElement
getXmlLang
public java.lang.String getXmlLang()
- Specified by:
getXmlLang
in interface XHTMLTextAreaElement
setOnMouseOut
public void setOnMouseOut(java.lang.String newValue)
- Specified by:
setOnMouseOut
in interface XHTMLTextAreaElement
getOnMouseOut
public java.lang.String getOnMouseOut()
- Specified by:
getOnMouseOut
in interface XHTMLTextAreaElement
setOnClick
public void setOnClick(java.lang.String newValue)
- Specified by:
setOnClick
in interface XHTMLTextAreaElement
getOnClick
public java.lang.String getOnClick()
- Specified by:
getOnClick
in interface XHTMLTextAreaElement
setOnMouseOver
public void setOnMouseOver(java.lang.String newValue)
- Specified by:
setOnMouseOver
in interface XHTMLTextAreaElement
getOnMouseOver
public java.lang.String getOnMouseOver()
- Specified by:
getOnMouseOver
in interface XHTMLTextAreaElement
setOnBlur
public void setOnBlur(java.lang.String newValue)
- Specified by:
setOnBlur
in interface XHTMLTextAreaElement
getOnBlur
public java.lang.String getOnBlur()
- Specified by:
getOnBlur
in interface XHTMLTextAreaElement
setOnFocus
public void setOnFocus(java.lang.String newValue)
- Specified by:
setOnFocus
in interface XHTMLTextAreaElement
getOnFocus
public java.lang.String getOnFocus()
- Specified by:
getOnFocus
in interface XHTMLTextAreaElement
setOnSelect
public void setOnSelect(java.lang.String newValue)
- Specified by:
setOnSelect
in interface XHTMLTextAreaElement
getOnSelect
public java.lang.String getOnSelect()
- Specified by:
getOnSelect
in interface XHTMLTextAreaElement
setOnChange
public void setOnChange(java.lang.String newValue)
- Specified by:
setOnChange
in interface XHTMLTextAreaElement
getOnChange
public java.lang.String getOnChange()
- Specified by:
getOnChange
in interface XHTMLTextAreaElement
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
select
public void select()
- Specified by:
select
in interface org.w3c.dom.html.HTMLTextAreaElement
Copyright © 1999-2002 Mark Diekhans, enhydra.org. All Rights reserved.