watij
Interface Container

All Superinterfaces:
HtmlFinder
All Known Subinterfaces:
Button, Checkbox, Div, FileField, Form, Frame, Hidden, HtmlElement, IFrame, Image, Label, Link, Option, Radio, RadioCheckCommon, SelectList, Span, Table, TableBody, TableCell, TableRow, TextArea, TextField, WatijBrowser
All Known Implementing Classes:
BaseContainer, IE, IEButton, IECheckbox, IEContainer, IEDiv, IEFileField, IEForm, IEFrame, IEHidden, IEHtmlElement, IEIFrame, IEImage, IELabel, IELink, IEOption, IERadio, IERadioCheckCommon, IESelectList, IESpan, IETable, IETableBody, IETableCell, IETableRow, IETextArea, IETextField

public interface Container
extends HtmlFinder

Created by IntelliJ IDEA. User: Date: Apr 14, 2006 Time: 6:34:20 PM To change this template use File | Settings | File Templates.


Method Summary
 HtmlElements decendants()
           
 org.w3c.dom.Element element()
           
 java.lang.Object getOLEDocument()
           
 java.lang.String html()
           
 HtmlElements xpath(java.lang.String expression)
           
 
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, 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
 

Method Detail

html

java.lang.String html()
                      throws java.lang.Exception
Throws:
java.lang.Exception

getOLEDocument

java.lang.Object getOLEDocument()
                                throws java.lang.Exception
Throws:
java.lang.Exception

element

org.w3c.dom.Element element()
                            throws java.lang.Exception
Throws:
java.lang.Exception

decendants

HtmlElements decendants()
                        throws java.lang.Exception
Throws:
java.lang.Exception

xpath

HtmlElements xpath(java.lang.String expression)
                   throws java.lang.Exception
Throws:
java.lang.Exception