org.ozoneDB.xml.dom.html
Class HTMLTableElementImpl
java.lang.Object
|
+--org.ozoneDB.OzoneObject
|
+--org.ozoneDB.xml.dom.NodeImpl
|
+--org.ozoneDB.xml.dom.ElementImpl
|
+--org.ozoneDB.xml.dom.html.HTMLElementImpl
|
+--org.ozoneDB.xml.dom.html.HTMLTableElementImpl
- All Implemented Interfaces:
- org.w3c.dom.Element, ElementProxy, java.io.Externalizable, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLTableElement, org.w3c.dom.NamedNodeMap, NamedNodeMapProxy, org.w3c.dom.Node, NodeProxy, org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable
- public final class HTMLTableElementImpl
- extends HTMLElementImpl
- implements org.w3c.dom.html.HTMLTableElement
- Version:
- $Revision: 1.1 $ $Date: 2001/12/18 11:03:24 $
- Author:
- Assaf Arkin
- See Also:
HTMLAnchorElement
,
ElementImpl
,
Serialized Form
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.ozoneDB.xml.dom.html.HTMLElementImpl |
castNewChild, getClassName, getDir, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from class org.ozoneDB.xml.dom.ElementImpl |
appendAttr, clone, cloneInto, cloneNode, elements, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getLength, getNamedAttr, getNamedItem, getNamedItemNS, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, init, item, normalize, onDelete, readExternal, removeAttr, removeAttribute, removeAttributeNode, removeAttributeNS, removeNamedItem, removeNamedItemNS, setAttrCount, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setFirstAttr, setLastAttr, setNamedItem, setNamedItemNS, setNodeValue, supportsChildern, toString, writeExternal |
Methods inherited from class org.ozoneDB.xml.dom.NodeImpl |
appendChild, castOldChild, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, init, insertBefore, isReadOnly, isSupported, notifyIterators, removeChild, replaceChild, setNextSibling, setNodeName, setOwnerDocument, setParentNode, setPrefix, setPreviousSibling, setReadOnly, supports |
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, getObjectID, handle, hashCode, onCreate, self, setContainer, toXML |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.html.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
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.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Methods inherited from interface org.ozoneDB.xml.dom.NodeProxy |
getChild, getChildCount, getChildNodes, init, isReadOnly, setNextSibling, setNodeName, setOwnerDocument, setParentNode, setPreviousSibling, setReadOnly |
HTMLTableElementImpl
public HTMLTableElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
- Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
getCaption
public org.w3c.dom.html.HTMLTableCaptionElement getCaption()
- Specified by:
getCaption
in interface org.w3c.dom.html.HTMLTableElement
setCaption
public void setCaption(org.w3c.dom.html.HTMLTableCaptionElement caption)
- Specified by:
setCaption
in interface org.w3c.dom.html.HTMLTableElement
createCaption
public org.w3c.dom.html.HTMLElement createCaption()
- Specified by:
createCaption
in interface org.w3c.dom.html.HTMLTableElement
deleteCaption
public void deleteCaption()
- Specified by:
deleteCaption
in interface org.w3c.dom.html.HTMLTableElement
getTHead
public org.w3c.dom.html.HTMLTableSectionElement getTHead()
- Specified by:
getTHead
in interface org.w3c.dom.html.HTMLTableElement
setTHead
public void setTHead(org.w3c.dom.html.HTMLTableSectionElement tHead)
- Specified by:
setTHead
in interface org.w3c.dom.html.HTMLTableElement
createTHead
public org.w3c.dom.html.HTMLElement createTHead()
- Specified by:
createTHead
in interface org.w3c.dom.html.HTMLTableElement
deleteTHead
public void deleteTHead()
- Specified by:
deleteTHead
in interface org.w3c.dom.html.HTMLTableElement
getTFoot
public org.w3c.dom.html.HTMLTableSectionElement getTFoot()
- Specified by:
getTFoot
in interface org.w3c.dom.html.HTMLTableElement
setTFoot
public void setTFoot(org.w3c.dom.html.HTMLTableSectionElement tFoot)
- Specified by:
setTFoot
in interface org.w3c.dom.html.HTMLTableElement
createTFoot
public org.w3c.dom.html.HTMLElement createTFoot()
- Specified by:
createTFoot
in interface org.w3c.dom.html.HTMLTableElement
deleteTFoot
public void deleteTFoot()
- Specified by:
deleteTFoot
in interface org.w3c.dom.html.HTMLTableElement
getRows
public org.w3c.dom.html.HTMLCollection getRows()
- Specified by:
getRows
in interface org.w3c.dom.html.HTMLTableElement
getTBodies
public org.w3c.dom.html.HTMLCollection getTBodies()
- Specified by:
getTBodies
in interface org.w3c.dom.html.HTMLTableElement
getAlign
public java.lang.String getAlign()
- Specified by:
getAlign
in interface org.w3c.dom.html.HTMLTableElement
setAlign
public void setAlign(java.lang.String align)
- Specified by:
setAlign
in interface org.w3c.dom.html.HTMLTableElement
getBgColor
public java.lang.String getBgColor()
- Specified by:
getBgColor
in interface org.w3c.dom.html.HTMLTableElement
setBgColor
public void setBgColor(java.lang.String bgColor)
- Specified by:
setBgColor
in interface org.w3c.dom.html.HTMLTableElement
getBorder
public java.lang.String getBorder()
- Specified by:
getBorder
in interface org.w3c.dom.html.HTMLTableElement
setBorder
public void setBorder(java.lang.String border)
- Specified by:
setBorder
in interface org.w3c.dom.html.HTMLTableElement
getCellPadding
public java.lang.String getCellPadding()
- Specified by:
getCellPadding
in interface org.w3c.dom.html.HTMLTableElement
setCellPadding
public void setCellPadding(java.lang.String cellPadding)
- Specified by:
setCellPadding
in interface org.w3c.dom.html.HTMLTableElement
getCellSpacing
public java.lang.String getCellSpacing()
- Specified by:
getCellSpacing
in interface org.w3c.dom.html.HTMLTableElement
setCellSpacing
public void setCellSpacing(java.lang.String cellSpacing)
- Specified by:
setCellSpacing
in interface org.w3c.dom.html.HTMLTableElement
getFrame
public java.lang.String getFrame()
- Specified by:
getFrame
in interface org.w3c.dom.html.HTMLTableElement
setFrame
public void setFrame(java.lang.String frame)
- Specified by:
setFrame
in interface org.w3c.dom.html.HTMLTableElement
getRules
public java.lang.String getRules()
- Specified by:
getRules
in interface org.w3c.dom.html.HTMLTableElement
setRules
public void setRules(java.lang.String rules)
- Specified by:
setRules
in interface org.w3c.dom.html.HTMLTableElement
getSummary
public java.lang.String getSummary()
- Specified by:
getSummary
in interface org.w3c.dom.html.HTMLTableElement
setSummary
public void setSummary(java.lang.String summary)
- Specified by:
setSummary
in interface org.w3c.dom.html.HTMLTableElement
getWidth
public java.lang.String getWidth()
- Specified by:
getWidth
in interface org.w3c.dom.html.HTMLTableElement
setWidth
public void setWidth(java.lang.String width)
- Specified by:
setWidth
in interface org.w3c.dom.html.HTMLTableElement
insertRow
public org.w3c.dom.html.HTMLElement insertRow(int index)
- Specified by:
insertRow
in interface org.w3c.dom.html.HTMLTableElement
deleteRow
public void deleteRow(int index)
- Specified by:
deleteRow
in interface org.w3c.dom.html.HTMLTableElement
Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.