Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLTableRowElementImpl
public class HTMLTableRowElementImpl
extends HTMLElementImpl
implements org.w3c.dom.html.HTMLTableRowElement
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 |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
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 |
Constructor Summary | |
|
Method Summary | |
void |
|
String |
|
String | |
org.w3c.dom.html.HTMLCollection |
|
String |
|
String |
|
int | |
int | |
String | |
org.w3c.dom.html.HTMLElement |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
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.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public HTMLTableRowElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public void deleteCell(int index)
- Specified by:
- deleteCell in interface org.w3c.dom.html.HTMLTableRowElement
public String getAlign()
- Specified by:
- getAlign in interface org.w3c.dom.html.HTMLTableRowElement
public String getBgColor()
- Specified by:
- getBgColor in interface org.w3c.dom.html.HTMLTableRowElement
public org.w3c.dom.html.HTMLCollection getCells()
- Specified by:
- getCells in interface org.w3c.dom.html.HTMLTableRowElement
public String getChOff()
- Specified by:
- getChOff in interface org.w3c.dom.html.HTMLTableRowElement
public int getRowIndex()
- Specified by:
- getRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
public int getSectionRowIndex()
- Specified by:
- getSectionRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
public String getVAlign()
- Specified by:
- getVAlign in interface org.w3c.dom.html.HTMLTableRowElement
public org.w3c.dom.html.HTMLElement insertCell(int index)
- Specified by:
- insertCell in interface org.w3c.dom.html.HTMLTableRowElement
public void setAlign(String align)
- Specified by:
- setAlign in interface org.w3c.dom.html.HTMLTableRowElement
public void setBgColor(String bgColor)
- Specified by:
- setBgColor in interface org.w3c.dom.html.HTMLTableRowElement
public void setCells(org.w3c.dom.html.HTMLCollection cells)
- Specified by:
- setCells in interface org.w3c.dom.html.HTMLTableRowElement
public void setCh(String ch)
- Specified by:
- setCh in interface org.w3c.dom.html.HTMLTableRowElement
public void setChOff(String chOff)
- Specified by:
- setChOff in interface org.w3c.dom.html.HTMLTableRowElement
public void setRowIndex(int rowIndex)
- Specified by:
- setRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
public void setSectionRowIndex(int sectionRowIndex)
- Specified by:
- setSectionRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
public void setVAlign(String vAlign)
- Specified by:
- setVAlign in interface org.w3c.dom.html.HTMLTableRowElement