org.apache.html.dom
Class HTMLTableColElementImpl
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
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Element, EventTarget, HTMLElement, HTMLTableColElement, Node, NodeList, TypeInfo
public class HTMLTableColElementImpl
- extends HTMLElementImpl
- implements HTMLTableColElement
- Version:
- $Revision: 447255 $ $Date: 2006-09-18 01:36:42 -0400 (Mon, 18 Sep 2006) $
- Author:
- Assaf Arkin
- See Also:
HTMLTableColElement
,
ElementImpl
,
Serialized Form
Fields inherited from class org.apache.xerces.dom.NodeImpl |
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
java.lang.String |
getAlign()
Horizontal alignment of cell data in column. |
java.lang.String |
getCh()
Alignment character for cells in a column. |
java.lang.String |
getChOff()
Offset of alignment character. |
int |
getSpan()
Indicates the number of columns in a group or affected by a grouping. |
java.lang.String |
getVAlign()
Vertical alignment of cell data in column. |
java.lang.String |
getWidth()
Default column width. |
void |
setAlign(java.lang.String align)
|
void |
setCh(java.lang.String ch)
|
void |
setChOff(java.lang.String chOff)
|
void |
setSpan(int span)
|
void |
setVAlign(java.lang.String vAlign)
|
void |
setWidth(java.lang.String width)
|
Methods inherited from class org.apache.html.dom.HTMLElementImpl |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from class org.apache.xerces.dom.ElementImpl |
cloneNode, getAttributes, getBaseURI, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setReadOnly |
Methods inherited from class org.apache.xerces.dom.ParentNode |
getChildNodes, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, item, removeChild, replaceChild, setTextContent |
Methods inherited from class org.apache.xerces.dom.NodeImpl |
addEventListener, appendChild, compareDocumentPosition, compareTreePosition, dispatchEvent, getFeature, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
HTMLTableColElementImpl
public HTMLTableColElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
- Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
getAlign
public java.lang.String getAlign()
- Description copied from interface:
HTMLTableColElement
- Horizontal alignment of cell data in column. See the align attribute
definition in HTML 4.0.
- Specified by:
getAlign
in interface HTMLTableColElement
setAlign
public void setAlign(java.lang.String align)
- Specified by:
setAlign
in interface HTMLTableColElement
getCh
public java.lang.String getCh()
- Description copied from interface:
HTMLTableColElement
- Alignment character for cells in a column. See the char attribute
definition in HTML 4.0.
- Specified by:
getCh
in interface HTMLTableColElement
setCh
public void setCh(java.lang.String ch)
- Specified by:
setCh
in interface HTMLTableColElement
getChOff
public java.lang.String getChOff()
- Description copied from interface:
HTMLTableColElement
- Offset of alignment character. See the charoff attribute definition in
HTML 4.0.
- Specified by:
getChOff
in interface HTMLTableColElement
setChOff
public void setChOff(java.lang.String chOff)
- 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.0.
- Specified by:
getSpan
in interface HTMLTableColElement
setSpan
public void setSpan(int span)
- Specified by:
setSpan
in interface HTMLTableColElement
getVAlign
public java.lang.String getVAlign()
- Description copied from interface:
HTMLTableColElement
- Vertical alignment of cell data in column. See the valign attribute
definition in HTML 4.0.
- Specified by:
getVAlign
in interface HTMLTableColElement
setVAlign
public void setVAlign(java.lang.String vAlign)
- Specified by:
setVAlign
in interface HTMLTableColElement
getWidth
public java.lang.String getWidth()
- Description copied from interface:
HTMLTableColElement
- Default column width. See the width attribute definition in HTML 4.0.
- Specified by:
getWidth
in interface HTMLTableColElement
setWidth
public void setWidth(java.lang.String width)
- Specified by:
setWidth
in interface HTMLTableColElement