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