org.apache.html.dom

Class HTMLTableRowElementImpl

Implemented Interfaces:
Element, HTMLElement, HTMLTableRowElement, TypeInfo

public class HTMLTableRowElementImpl
extends HTMLElementImpl
implements HTMLTableRowElement

Version:
$Revision: 449313 $ $Date: 2006-09-23 18:01:43 -0400 (Sat, 23 Sep 2006) $
Author:
Assaf Arkin
See Also:
org.w3c.dom.html.HTMLTableRowElement, 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

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

Method Summary

Node
cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
void
deleteCell(int index)
String
getAlign()
String
getBgColor()
HTMLCollection
getCells()
String
getCh()
String
getChOff()
int
getRowIndex()
int
getSectionRowIndex()
String
getVAlign()
HTMLElement
insertCell(int index)
void
setAlign(String align)
void
setBgColor(String bgColor)
void
setCells(HTMLCollection cells)
void
setCh(String ch)
void
setChOff(String chOff)
void
setRowIndex(int rowIndex)
void
setSectionRowIndex(int sectionRowIndex)
void
setVAlign(String vAlign)

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

HTMLTableRowElementImpl

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

Method Details

cloneNode

public Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
Overrides:
cloneNode in interface org.apache.xerces.dom.ElementImpl

deleteCell

public void deleteCell(int index)

getAlign

public String getAlign()

getBgColor

public String getBgColor()

getCells

public HTMLCollection getCells()

getCh

public String getCh()

getChOff

public String getChOff()

getRowIndex

public int getRowIndex()

getSectionRowIndex

public int getSectionRowIndex()

getVAlign

public String getVAlign()

insertCell

public HTMLElement insertCell(int index)

setAlign

public void setAlign(String align)

setBgColor

public void setBgColor(String bgColor)

setCells

public void setCells(HTMLCollection cells)

setCh

public void setCh(String ch)

setChOff

public void setChOff(String chOff)

setRowIndex

public void setRowIndex(int rowIndex)

setSectionRowIndex

public void setSectionRowIndex(int sectionRowIndex)

setVAlign

public void setVAlign(String vAlign)

Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.