Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.html » dom » [javadoc | source]
org.apache.html.dom
public class: HTMLTableRowElementImpl [javadoc | source]
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.HTMLTableRowElementImpl

All Implemented Interfaces:
    HTMLTableRowElement, HTMLElement, TypeInfo, Element, Cloneable, Node, EventTarget, Serializable, NodeList

Field Summary
 HTMLCollection _cells     
Fields inherited from org.apache.xerces.dom.ElementImpl:
serialVersionUID,  name,  attributes
Fields inherited from org.apache.xerces.dom.ParentNode:
serialVersionUID,  ownerDocument,  firstChild,  fNodeListCache
Fields inherited from org.apache.xerces.dom.ChildNode:
serialVersionUID,  previousSibling,  nextSibling
Fields inherited from org.apache.xerces.dom.NodeImpl:
TREE_POSITION_PRECEDING,  TREE_POSITION_FOLLOWING,  TREE_POSITION_ANCESTOR,  TREE_POSITION_DESCENDANT,  TREE_POSITION_EQUIVALENT,  TREE_POSITION_SAME_NODE,  TREE_POSITION_DISCONNECTED,  DOCUMENT_POSITION_DISCONNECTED,  DOCUMENT_POSITION_PRECEDING,  DOCUMENT_POSITION_FOLLOWING,  DOCUMENT_POSITION_CONTAINS,  DOCUMENT_POSITION_IS_CONTAINED,  DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC,  serialVersionUID,  ELEMENT_DEFINITION_NODE,  ownerNode,  flags,  READONLY,  SYNCDATA,  SYNCCHILDREN,  OWNED,  FIRSTCHILD,  SPECIFIED,  IGNORABLEWS,  HASSTRING,  NORMALIZED,  ID
Constructor:
 public HTMLTableRowElementImpl(HTMLDocumentImpl owner,
    String name) 
    Constructor requires owner document.
    Parameters:
    owner - The owner HTML document
Method from org.apache.html.dom.HTMLTableRowElementImpl Summary:
cloneNode,   deleteCell,   getAlign,   getBgColor,   getCells,   getCh,   getChOff,   getRowIndex,   getRowIndex,   getSectionRowIndex,   getVAlign,   insertCell,   setAlign,   setBgColor,   setCells,   setCh,   setChOff,   setRowIndex,   setSectionRowIndex,   setVAlign
Methods from org.apache.html.dom.HTMLElementImpl:
capitalize,   getAttribute,   getAttributeNS,   getAttributeNode,   getAttributeNodeNS,   getBinary,   getCapitalized,   getClassName,   getDir,   getElementsByTagName,   getElementsByTagNameNS,   getForm,   getId,   getInteger,   getLang,   getTitle,   setAttribute,   setClassName,   setDir,   setId,   setLang,   setTitle
Methods from org.apache.xerces.dom.ElementImpl:
cloneNode,   getAttribute,   getAttributeNS,   getAttributeNode,   getAttributeNodeNS,   getAttributes,   getBaseURI,   getDefaultAttributes,   getElementsByTagName,   getElementsByTagNameNS,   getNodeName,   getNodeType,   getSchemaTypeInfo,   getTagName,   getTypeName,   getTypeNamespace,   getXercesAttribute,   hasAttribute,   hasAttributeNS,   hasAttributes,   isDerivedFrom,   isEqualNode,   moveSpecifiedAttributes,   normalize,   reconcileDefaultAttributes,   removeAttribute,   removeAttributeNS,   removeAttributeNode,   rename,   setAttribute,   setAttributeNS,   setAttributeNode,   setAttributeNodeNS,   setIdAttribute,   setIdAttributeNS,   setIdAttributeNode,   setOwnerDocument,   setReadOnly,   setXercesAttributeNode,   setupDefaultAttributes,   synchronizeData
Methods from org.apache.xerces.dom.ParentNode:
checkNormalizationAfterInsert,   checkNormalizationAfterRemove,   cloneNode,   getChildNodes,   getChildNodesUnoptimized,   getFirstChild,   getLastChild,   getLength,   getOwnerDocument,   getTextContent,   getTextContent,   hasChildNodes,   hasTextContent,   insertBefore,   internalInsertBefore,   internalRemoveChild,   isEqualNode,   item,   lastChild,   lastChild,   normalize,   ownerDocument,   removeChild,   replaceChild,   setOwnerDocument,   setReadOnly,   setTextContent,   synchronizeChildren
Methods from org.apache.xerces.dom.ChildNode:
cloneNode,   getNextSibling,   getParentNode,   getPreviousSibling,   parentNode,   previousSibling
Methods from org.apache.xerces.dom.NodeImpl:
addEventListener,   appendChild,   changed,   changes,   cloneNode,   compareDocumentPosition,   compareTreePosition,   dispatchEvent,   getAttributes,   getBaseURI,   getChildNodes,   getContainer,   getElementAncestor,   getFeature,   getFirstChild,   getLastChild,   getLength,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeNumber,   getNodeType,   getNodeValue,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   getReadOnly,   getTextContent,   getTextContent,   getUserData,   getUserData,   getUserDataRecord,   hasAttributes,   hasChildNodes,   hasStringValue,   hasStringValue,   insertBefore,   internalIsIgnorableWhitespace,   isDefaultNamespace,   isEqualNode,   isFirstChild,   isFirstChild,   isIdAttribute,   isIdAttribute,   isIgnorableWhitespace,   isNormalized,   isNormalized,   isOwned,   isOwned,   isReadOnly,   isReadOnly,   isSameNode,   isSpecified,   isSpecified,   isSupported,   item,   lookupNamespacePrefix,   lookupNamespaceURI,   lookupPrefix,   needsSyncChildren,   needsSyncChildren,   needsSyncData,   needsSyncData,   normalize,   ownerDocument,   parentNode,   previousSibling,   removeChild,   removeEventListener,   replaceChild,   setNodeValue,   setOwnerDocument,   setPrefix,   setReadOnly,   setTextContent,   setUserData,   setUserData,   synchronizeData,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.html.dom.HTMLTableRowElementImpl Detail:
 public Node cloneNode(boolean deep) 
    Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
 public  void deleteCell(int index) 
 public String getAlign() 
 public String getBgColor() 
 public HTMLCollection getCells() 
 public String getCh() 
 public String getChOff() 
 public int getRowIndex() 
 int getRowIndex(Node parent) 
 public int getSectionRowIndex() 
 public String getVAlign() 
 public HTMLElement insertCell(int index) 
 public  void setAlign(String align) 
 public  void setBgColor(String bgColor) 
 public  void setCells(HTMLCollection cells) 
 public  void setCh(String ch) 
 public  void setChOff(String chOff) 
 public  void setRowIndex(int rowIndex) 
 public  void setSectionRowIndex(int sectionRowIndex) 
 public  void setVAlign(String vAlign)