public class

HTMLTableColElementImpl

extends HTMLElementImpl
implements HTMLTableColElement
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.HTMLTableColElementImpl

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLTableColElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
String getAlign()
String getCh()
String getChOff()
int getSpan()
String getVAlign()
String getWidth()
void setAlign(String align)
void setCh(String ch)
void setChOff(String chOff)
void setSpan(int span)
void setVAlign(String vAlign)
void setWidth(String width)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLElement
From interface org.w3c.dom.html.HTMLTableColElement

Public Constructors

public HTMLTableColElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public String getAlign ()

public String getCh ()

public String getChOff ()

public int getSpan ()

public String getVAlign ()

public String getWidth ()

public void setAlign (String align)

public void setCh (String ch)

public void setChOff (String chOff)

public void setSpan (int span)

public void setVAlign (String vAlign)

public void setWidth (String width)