watij.finders.table
Class Cell

java.lang.Object
  extended by watij.finders.table.Cell

public class Cell
extends java.lang.Object


Constructor Summary
Cell(org.w3c.dom.Element td)
           
 
Method Summary
 java.util.List above()
           
 java.util.List below()
           
protected  org.w3c.dom.Element findAncestorWithTagName(org.w3c.dom.Node node, java.lang.String tagName)
           
protected  org.w3c.dom.Element getParentTable(org.w3c.dom.Element element)
           
 java.util.List left()
           
 java.util.List right()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(org.w3c.dom.Element td)
Method Detail

above

public java.util.List above()

below

public java.util.List below()

right

public java.util.List right()

left

public java.util.List left()

getParentTable

protected org.w3c.dom.Element getParentTable(org.w3c.dom.Element element)

findAncestorWithTagName

protected org.w3c.dom.Element findAncestorWithTagName(org.w3c.dom.Node node,
                                                      java.lang.String tagName)