watij
Class BaseContainer

java.lang.Object
  extended by watij.BaseHtmlFinder
      extended by watij.BaseContainer
All Implemented Interfaces:
Container, HtmlFinder
Direct Known Subclasses:
IEContainer

public abstract class BaseContainer
extends BaseHtmlFinder
implements Container


Constructor Summary
BaseContainer()
           
 
Method Summary
 HtmlElements decendants()
           
 java.util.List<org.w3c.dom.Element> elements()
           
 HtmlElements htmlElements(Finder finder)
           
 HtmlElements xpath(java.lang.String expression)
           
 
Methods inherited from class watij.BaseHtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElementFactory, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface watij.Container
element, getOLEDocument, html
 
Methods inherited from interface watij.HtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 

Constructor Detail

BaseContainer

public BaseContainer()
Method Detail

elements

public java.util.List<org.w3c.dom.Element> elements()
                                             throws java.lang.Exception
Specified by:
elements in class BaseHtmlFinder
Throws:
java.lang.Exception

htmlElements

public HtmlElements htmlElements(Finder finder)
                          throws java.lang.Exception
Specified by:
htmlElements in interface HtmlFinder
Throws:
java.lang.Exception

decendants

public HtmlElements decendants()
                        throws java.lang.Exception
Specified by:
decendants in interface Container
Throws:
java.lang.Exception

xpath

public HtmlElements xpath(java.lang.String expression)
                   throws java.lang.Exception
Specified by:
xpath in interface Container
Throws:
java.lang.Exception