org.apache.html.dom
Class HTMLTableSectionElementImpl
java.lang.Objectorg.apache.xerces.dom.NodeImplorg.apache.xerces.dom.ChildNodeorg.apache.xerces.dom.ParentNodeorg.apache.xerces.dom.ElementImpl
- Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLTableSectionElement, Serializable, TypeInfo, org.w3c.dom.Node, org.w3c.dom.NodeList
public class HTMLTableSectionElementImpl
implements org.w3c.dom.html.HTMLTableSectionElement
Version:
- Assaf Arkin
org.w3c.dom.html.HTMLTableSectionElement, org.apache.xerces.dom.ElementImpl
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE, flags, ownerNode |
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 |
getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData |
cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setReadOnly, setTextContent, synchronizeChildren |
addEventListener, appendChild, changed, changes, cloneNode, compareDocumentPosition, compareTreePosition, dispatchEvent, getAttributes, getBaseURI, getChildNodes, getContainer, getFeature, getFirstChild, getLastChild, getLength, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeNumber, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getReadOnly, getTextContent, getUserData, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, needsSyncChildren, normalize, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix, setReadOnly, setTextContent, setUserData, setUserData, synchronizeData, toString |
HTMLTableSectionElementImpl
public HTMLTableSectionElementImpl(HTMLDocumentImpl owner,
String name) Constructor requires owner document.
owner - The owner HTML document
deleteRow
public void deleteRow(int index)
- deleteRow in interface org.w3c.dom.html.HTMLTableSectionElement
getAlign
public String getAlign()
- getAlign in interface org.w3c.dom.html.HTMLTableSectionElement
getCh
public String getCh()
- getCh in interface org.w3c.dom.html.HTMLTableSectionElement
getChOff
public String getChOff()
- getChOff in interface org.w3c.dom.html.HTMLTableSectionElement
getRows
public org.w3c.dom.html.HTMLCollection getRows()
- getRows in interface org.w3c.dom.html.HTMLTableSectionElement
getVAlign
public String getVAlign()
- getVAlign in interface org.w3c.dom.html.HTMLTableSectionElement
insertRow
public org.w3c.dom.html.HTMLElement insertRow(int index)
- insertRow in interface org.w3c.dom.html.HTMLTableSectionElement
setAlign
public void setAlign(String align)
- setAlign in interface org.w3c.dom.html.HTMLTableSectionElement
setCh
public void setCh(String ch)
- setCh in interface org.w3c.dom.html.HTMLTableSectionElement
setChOff
public void setChOff(String chOff)
- setChOff in interface org.w3c.dom.html.HTMLTableSectionElement
setVAlign
public void setVAlign(String vAlign)
- setVAlign in interface org.w3c.dom.html.HTMLTableSectionElement
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.