org.mozilla.jrex.dom.html2
Class JRexHTMLTableColElementImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.JRexNodeImpl
      extended byorg.mozilla.jrex.dom.JRexElementImpl
          extended byorg.mozilla.jrex.dom.html2.JRexHTMLElementImpl
              extended byorg.mozilla.jrex.dom.html2.JRexHTMLTableColElementImpl
All Implemented Interfaces:
Element, HTMLElement, HTMLTableColElement, Node

public class JRexHTMLTableColElementImpl
extends JRexHTMLElementImpl
implements HTMLTableColElement

A class implementing org.w3c.dom.html2.HTMLTableColElement interface.

Version:
1.0
Author:
C.N.Medappa
See Also:
HTMLTableColElement

Field Summary
 
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
 
Method Summary
 String getAlign()
          Horizontal alignment of cell data in column.
 String getCh()
          Alignment character for cells in a column.
 String getChOff()
          Offset of alignment character.
 int getSpan()
          Indicates the number of columns in a group or affected by a grouping.
 String getVAlign()
          Vertical alignment of cell data in column.
 String getWidth()
          Default column width.
 void setAlign(String align)
          Horizontal alignment of cell data in column.
 void setCh(String ch)
          Alignment character for cells in a column.
 void setChOff(String chOff)
          Offset of alignment character.
 void setSpan(int span)
          Indicates the number of columns in a group or affected by a grouping.
 void setVAlign(String vAlign)
          Vertical alignment of cell data in column.
 void setWidth(String width)
          Default column width.
 
Methods inherited from class org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
 
Methods inherited from class org.mozilla.jrex.dom.JRexElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl
appendChild, cloneNode, dispose, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.html2.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
 

Method Detail

getAlign

public String getAlign()
Description copied from interface: HTMLTableColElement
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.01.

Specified by:
getAlign in interface HTMLTableColElement

setAlign

public void setAlign(String align)
Description copied from interface: HTMLTableColElement
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.01.

Specified by:
setAlign in interface HTMLTableColElement

getCh

public String getCh()
Description copied from interface: HTMLTableColElement
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.

Specified by:
getCh in interface HTMLTableColElement

setCh

public void setCh(String ch)
Description copied from interface: HTMLTableColElement
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.

Specified by:
setCh in interface HTMLTableColElement

getChOff

public String getChOff()
Description copied from interface: HTMLTableColElement
Offset of alignment character. See the charoff attribute definition in HTML 4.01.

Specified by:
getChOff in interface HTMLTableColElement

setChOff

public void setChOff(String chOff)
Description copied from interface: HTMLTableColElement
Offset of alignment character. See the charoff attribute definition in HTML 4.01.

Specified by:
setChOff in interface HTMLTableColElement

getSpan

public int getSpan()
Description copied from interface: HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.01.

Specified by:
getSpan in interface HTMLTableColElement

setSpan

public void setSpan(int span)
Description copied from interface: HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.01.

Specified by:
setSpan in interface HTMLTableColElement

getVAlign

public String getVAlign()
Description copied from interface: HTMLTableColElement
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.01.

Specified by:
getVAlign in interface HTMLTableColElement

setVAlign

public void setVAlign(String vAlign)
Description copied from interface: HTMLTableColElement
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.01.

Specified by:
setVAlign in interface HTMLTableColElement

getWidth

public String getWidth()
Description copied from interface: HTMLTableColElement
Default column width. See the width attribute definition in HTML 4.01.

Specified by:
getWidth in interface HTMLTableColElement

setWidth

public void setWidth(String width)
Description copied from interface: HTMLTableColElement
Default column width. See the width attribute definition in HTML 4.01.

Specified by:
setWidth in interface HTMLTableColElement


Copyright © 2004 C.N.Medappa. All Rights Reserved.