watij
Class BaseHtmlFinder
java.lang.Object
watij.BaseHtmlFinder
- All Implemented Interfaces:
- HtmlFinder
- Direct Known Subclasses:
- BaseContainer, HtmlElementCollections
public abstract class BaseHtmlFinder
- extends java.lang.Object
- implements HtmlFinder
Method Summary |
TableBodies |
bodies()
|
TableBodies |
bodies(Finder finder)
|
TableBodies |
bodies(Symbol how,
java.lang.String what)
|
TableBody |
body(Finder finder)
|
TableBody |
body(int index)
|
TableBody |
body(Symbol how,
java.lang.String what)
|
Button |
button(Finder finder)
|
Button |
button(int index)
|
Button |
button(java.lang.String value)
|
Button |
button(Symbol how,
java.lang.String what)
|
Buttons |
buttons()
|
Buttons |
buttons(Finder finder)
|
Buttons |
buttons(Symbol how,
java.lang.String what)
|
TableCell |
cell(Finder finder)
|
TableCell |
cell(int index)
|
TableCell |
cell(Symbol how,
java.lang.String what)
|
TableCells |
cells()
|
TableCells |
cells(Finder finder)
|
TableCells |
cells(Symbol how,
java.lang.String what)
|
Checkbox |
checkbox(Finder finder)
|
Checkbox |
checkbox(int index)
|
Checkbox |
checkbox(Symbol how,
java.lang.String what)
|
Checkbox |
checkbox(Symbol how,
java.lang.String what,
int value)
|
Checkbox |
checkbox(Symbol how,
java.lang.String what,
java.lang.String value)
|
Checkboxes |
checkboxes()
|
Checkboxes |
checkboxes(Finder finder)
|
Checkboxes |
checkboxes(Symbol how,
java.lang.String what)
|
Div |
div(Finder finder)
|
Div |
div(int index)
|
Div |
div(Symbol how,
java.lang.String what)
|
Divs |
divs()
|
Divs |
divs(Finder finder)
|
Divs |
divs(Symbol how,
java.lang.String what)
|
abstract java.util.List<org.w3c.dom.Element> |
elements()
|
FileField |
fileField(Finder finder)
|
FileField |
fileField(int index)
|
FileField |
fileField(Symbol how,
java.lang.String what)
|
FileFields |
fileFields()
|
FileFields |
fileFields(Finder finder)
|
FileFields |
fileFields(Symbol how,
java.lang.String what)
|
Form |
form(Finder finder)
|
Form |
form(int index)
|
Form |
form(java.lang.String name)
|
Form |
form(Symbol how,
java.lang.String what)
|
Forms |
forms()
|
Forms |
forms(Finder finder)
|
Forms |
forms(Symbol how,
java.lang.String what)
|
Frame |
frame(Finder finder)
|
Frame |
frame(int index)
|
Frame |
frame(java.lang.String name)
|
Frame |
frame(Symbol how,
java.lang.String what)
|
Frames |
frames()
|
Frames |
frames(Finder finder)
|
Frames |
frames(Symbol how,
java.lang.String what)
|
Hidden |
hidden(Finder finder)
|
Hidden |
hidden(int index)
|
Hidden |
hidden(Symbol how,
java.lang.String what)
|
Hiddens |
hiddens()
|
Hiddens |
hiddens(Finder finder)
|
Hiddens |
hiddens(Symbol how,
java.lang.String what)
|
HtmlElement |
htmlElement(Finder finder)
|
HtmlElement |
htmlElement(int index)
|
HtmlElement |
htmlElement(Symbol how,
java.lang.String what)
|
protected abstract HtmlElementFactory |
htmlElementFactory()
|
HtmlElements |
htmlElements()
|
HtmlElements |
htmlElements(Symbol how,
java.lang.String what)
|
Image |
image(Finder finder)
|
Image |
image(int index)
|
Image |
image(Symbol how,
java.lang.String what)
|
Images |
images()
|
Images |
images(Finder finder)
|
Images |
images(Symbol how,
java.lang.String what)
|
Label |
label(Finder finder)
|
Label |
label(int index)
|
Label |
label(java.lang.String text)
|
Label |
label(Symbol how,
java.lang.String what)
|
Labels |
labels()
|
Labels |
labels(Finder finder)
|
Labels |
labels(Symbol how,
java.lang.String what)
|
Link |
link(Finder finder)
|
Link |
link(int index)
|
Link |
link(java.lang.String text)
|
Link |
link(Symbol how,
java.lang.String what)
|
Links |
links()
|
Links |
links(Finder finder)
|
Links |
links(Symbol how,
java.lang.String what)
|
Option |
option(Finder finder)
|
Option |
option(int index)
|
Option |
option(Symbol how,
java.lang.String what)
|
Options |
options()
|
Options |
options(Finder finder)
|
Options |
options(Symbol how,
java.lang.String what)
|
Radio |
radio(Finder finder)
|
Radio |
radio(int index)
|
Radio |
radio(Symbol how,
java.lang.String what)
|
Radio |
radio(Symbol how,
java.lang.String what,
int value)
|
Radio |
radio(Symbol how,
java.lang.String what,
java.lang.String value)
|
Radios |
radios()
|
Radios |
radios(Finder finder)
|
Radios |
radios(Symbol how,
java.lang.String what)
|
TableRow |
row(Finder finder)
|
TableRow |
row(int index)
|
TableRow |
row(Symbol how,
java.lang.String what)
|
TableRows |
rows()
|
TableRows |
rows(Finder finder)
|
TableRows |
rows(Symbol how,
java.lang.String what)
|
SelectList |
selectList(Finder finder)
|
SelectList |
selectList(int index)
|
SelectList |
selectList(java.lang.String value)
|
SelectList |
selectList(Symbol how,
java.lang.String what)
|
SelectLists |
selectLists()
|
SelectLists |
selectLists(Finder finder)
|
SelectLists |
selectLists(Symbol how,
java.lang.String what)
|
Span |
span(Finder finder)
|
Span |
span(int index)
|
Span |
span(Symbol how,
java.lang.String what)
|
Spans |
spans()
|
Spans |
spans(Finder finder)
|
Spans |
spans(Symbol how,
java.lang.String what)
|
Table |
table(Finder finder)
|
Table |
table(int index)
|
Table |
table(Symbol how,
java.lang.String what)
|
Tables |
tables()
|
Tables |
tables(Finder finder)
|
Tables |
tables(Symbol how,
java.lang.String what)
|
TextField |
textField(Finder finder)
|
TextField |
textField(int index)
|
TextField |
textField(Symbol how,
java.lang.String what)
|
TextFields |
textFields()
|
TextFields |
textFields(Finder finder)
|
TextFields |
textFields(Symbol how,
java.lang.String what)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseHtmlFinder
public BaseHtmlFinder()
htmlElementFactory
protected abstract HtmlElementFactory htmlElementFactory()
throws java.lang.Exception
- Throws:
java.lang.Exception
elements
public abstract java.util.List<org.w3c.dom.Element> elements()
throws java.lang.Exception
- Throws:
java.lang.Exception
textFields
public TextFields textFields(Finder finder)
throws java.lang.Exception
- Specified by:
textFields
in interface HtmlFinder
- Throws:
java.lang.Exception
textField
public TextField textField(Finder finder)
throws java.lang.Exception
- Specified by:
textField
in interface HtmlFinder
- Throws:
java.lang.Exception
textFields
public TextFields textFields()
throws java.lang.Exception
- Specified by:
textFields
in interface HtmlFinder
- Throws:
java.lang.Exception
textField
public TextField textField(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
textField
in interface HtmlFinder
- Throws:
java.lang.Exception
textFields
public TextFields textFields(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
textFields
in interface HtmlFinder
- Throws:
java.lang.Exception
textField
public TextField textField(int index)
throws java.lang.Exception
- Specified by:
textField
in interface HtmlFinder
- Throws:
java.lang.Exception
hiddens
public Hiddens hiddens(Finder finder)
throws java.lang.Exception
- Specified by:
hiddens
in interface HtmlFinder
- Throws:
java.lang.Exception
hidden
public Hidden hidden(Finder finder)
throws java.lang.Exception
- Specified by:
hidden
in interface HtmlFinder
- Throws:
java.lang.Exception
hiddens
public Hiddens hiddens()
throws java.lang.Exception
- Specified by:
hiddens
in interface HtmlFinder
- Throws:
java.lang.Exception
hidden
public Hidden hidden(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
hidden
in interface HtmlFinder
- Throws:
java.lang.Exception
hiddens
public Hiddens hiddens(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
hiddens
in interface HtmlFinder
- Throws:
java.lang.Exception
hidden
public Hidden hidden(int index)
throws java.lang.Exception
- Specified by:
hidden
in interface HtmlFinder
- Throws:
java.lang.Exception
buttons
public Buttons buttons(Finder finder)
throws java.lang.Exception
- Specified by:
buttons
in interface HtmlFinder
- Throws:
java.lang.Exception
button
public Button button(Finder finder)
throws java.lang.Exception
- Specified by:
button
in interface HtmlFinder
- Throws:
java.lang.Exception
buttons
public Buttons buttons()
throws java.lang.Exception
- Specified by:
buttons
in interface HtmlFinder
- Throws:
java.lang.Exception
button
public Button button(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
button
in interface HtmlFinder
- Throws:
java.lang.Exception
buttons
public Buttons buttons(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
buttons
in interface HtmlFinder
- Throws:
java.lang.Exception
button
public Button button(int index)
throws java.lang.Exception
- Specified by:
button
in interface HtmlFinder
- Throws:
java.lang.Exception
button
public Button button(java.lang.String value)
throws java.lang.Exception
- Specified by:
button
in interface HtmlFinder
- Throws:
java.lang.Exception
labels
public Labels labels(Finder finder)
throws java.lang.Exception
- Specified by:
labels
in interface HtmlFinder
- Throws:
java.lang.Exception
label
public Label label(Finder finder)
throws java.lang.Exception
- Specified by:
label
in interface HtmlFinder
- Throws:
java.lang.Exception
labels
public Labels labels()
throws java.lang.Exception
- Specified by:
labels
in interface HtmlFinder
- Throws:
java.lang.Exception
label
public Label label(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
label
in interface HtmlFinder
- Throws:
java.lang.Exception
labels
public Labels labels(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
labels
in interface HtmlFinder
- Throws:
java.lang.Exception
label
public Label label(int index)
throws java.lang.Exception
- Specified by:
label
in interface HtmlFinder
- Throws:
java.lang.Exception
label
public Label label(java.lang.String text)
throws java.lang.Exception
- Specified by:
label
in interface HtmlFinder
- Throws:
java.lang.Exception
links
public Links links(Finder finder)
throws java.lang.Exception
- Specified by:
links
in interface HtmlFinder
- Throws:
java.lang.Exception
link
public Link link(Finder finder)
throws java.lang.Exception
- Specified by:
link
in interface HtmlFinder
- Throws:
java.lang.Exception
links
public Links links()
throws java.lang.Exception
- Specified by:
links
in interface HtmlFinder
- Throws:
java.lang.Exception
link
public Link link(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
link
in interface HtmlFinder
- Throws:
java.lang.Exception
links
public Links links(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
links
in interface HtmlFinder
- Throws:
java.lang.Exception
link
public Link link(int index)
throws java.lang.Exception
- Specified by:
link
in interface HtmlFinder
- Throws:
java.lang.Exception
link
public Link link(java.lang.String text)
throws java.lang.Exception
- Specified by:
link
in interface HtmlFinder
- Throws:
java.lang.Exception
radios
public Radios radios(Finder finder)
throws java.lang.Exception
- Specified by:
radios
in interface HtmlFinder
- Throws:
java.lang.Exception
radio
public Radio radio(Finder finder)
throws java.lang.Exception
- Specified by:
radio
in interface HtmlFinder
- Throws:
java.lang.Exception
radios
public Radios radios()
throws java.lang.Exception
- Specified by:
radios
in interface HtmlFinder
- Throws:
java.lang.Exception
radio
public Radio radio(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
radio
in interface HtmlFinder
- Throws:
java.lang.Exception
radios
public Radios radios(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
radios
in interface HtmlFinder
- Throws:
java.lang.Exception
radio
public Radio radio(int index)
throws java.lang.Exception
- Specified by:
radio
in interface HtmlFinder
- Throws:
java.lang.Exception
radio
public Radio radio(Symbol how,
java.lang.String what,
java.lang.String value)
throws java.lang.Exception
- Specified by:
radio
in interface HtmlFinder
- Throws:
java.lang.Exception
radio
public Radio radio(Symbol how,
java.lang.String what,
int value)
throws java.lang.Exception
- Specified by:
radio
in interface HtmlFinder
- Throws:
java.lang.Exception
checkboxes
public Checkboxes checkboxes(Finder finder)
throws java.lang.Exception
- Specified by:
checkboxes
in interface HtmlFinder
- Throws:
java.lang.Exception
checkbox
public Checkbox checkbox(Finder finder)
throws java.lang.Exception
- Specified by:
checkbox
in interface HtmlFinder
- Throws:
java.lang.Exception
checkboxes
public Checkboxes checkboxes()
throws java.lang.Exception
- Specified by:
checkboxes
in interface HtmlFinder
- Throws:
java.lang.Exception
checkbox
public Checkbox checkbox(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
checkbox
in interface HtmlFinder
- Throws:
java.lang.Exception
checkboxes
public Checkboxes checkboxes(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
checkboxes
in interface HtmlFinder
- Throws:
java.lang.Exception
checkbox
public Checkbox checkbox(int index)
throws java.lang.Exception
- Specified by:
checkbox
in interface HtmlFinder
- Throws:
java.lang.Exception
checkbox
public Checkbox checkbox(Symbol how,
java.lang.String what,
java.lang.String value)
throws java.lang.Exception
- Specified by:
checkbox
in interface HtmlFinder
- Throws:
java.lang.Exception
checkbox
public Checkbox checkbox(Symbol how,
java.lang.String what,
int value)
throws java.lang.Exception
- Specified by:
checkbox
in interface HtmlFinder
- Throws:
java.lang.Exception
selectLists
public SelectLists selectLists(Finder finder)
throws java.lang.Exception
- Specified by:
selectLists
in interface HtmlFinder
- Throws:
java.lang.Exception
selectList
public SelectList selectList(Finder finder)
throws java.lang.Exception
- Specified by:
selectList
in interface HtmlFinder
- Throws:
java.lang.Exception
selectLists
public SelectLists selectLists()
throws java.lang.Exception
- Specified by:
selectLists
in interface HtmlFinder
- Throws:
java.lang.Exception
selectList
public SelectList selectList(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
selectList
in interface HtmlFinder
- Throws:
java.lang.Exception
selectLists
public SelectLists selectLists(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
selectLists
in interface HtmlFinder
- Throws:
java.lang.Exception
selectList
public SelectList selectList(int index)
throws java.lang.Exception
- Specified by:
selectList
in interface HtmlFinder
- Throws:
java.lang.Exception
selectList
public SelectList selectList(java.lang.String value)
throws java.lang.Exception
- Specified by:
selectList
in interface HtmlFinder
- Throws:
java.lang.Exception
images
public Images images(Finder finder)
throws java.lang.Exception
- Specified by:
images
in interface HtmlFinder
- Throws:
java.lang.Exception
image
public Image image(Finder finder)
throws java.lang.Exception
- Specified by:
image
in interface HtmlFinder
- Throws:
java.lang.Exception
images
public Images images()
throws java.lang.Exception
- Specified by:
images
in interface HtmlFinder
- Throws:
java.lang.Exception
image
public Image image(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
image
in interface HtmlFinder
- Throws:
java.lang.Exception
images
public Images images(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
images
in interface HtmlFinder
- Throws:
java.lang.Exception
image
public Image image(int index)
throws java.lang.Exception
- Specified by:
image
in interface HtmlFinder
- Throws:
java.lang.Exception
divs
public Divs divs(Finder finder)
throws java.lang.Exception
- Specified by:
divs
in interface HtmlFinder
- Throws:
java.lang.Exception
div
public Div div(Finder finder)
throws java.lang.Exception
- Specified by:
div
in interface HtmlFinder
- Throws:
java.lang.Exception
divs
public Divs divs()
throws java.lang.Exception
- Specified by:
divs
in interface HtmlFinder
- Throws:
java.lang.Exception
div
public Div div(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
div
in interface HtmlFinder
- Throws:
java.lang.Exception
divs
public Divs divs(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
divs
in interface HtmlFinder
- Throws:
java.lang.Exception
div
public Div div(int index)
throws java.lang.Exception
- Specified by:
div
in interface HtmlFinder
- Throws:
java.lang.Exception
spans
public Spans spans(Finder finder)
throws java.lang.Exception
- Specified by:
spans
in interface HtmlFinder
- Throws:
java.lang.Exception
span
public Span span(Finder finder)
throws java.lang.Exception
- Specified by:
span
in interface HtmlFinder
- Throws:
java.lang.Exception
spans
public Spans spans()
throws java.lang.Exception
- Specified by:
spans
in interface HtmlFinder
- Throws:
java.lang.Exception
span
public Span span(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
span
in interface HtmlFinder
- Throws:
java.lang.Exception
spans
public Spans spans(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
spans
in interface HtmlFinder
- Throws:
java.lang.Exception
span
public Span span(int index)
throws java.lang.Exception
- Specified by:
span
in interface HtmlFinder
- Throws:
java.lang.Exception
frames
public Frames frames(Finder finder)
throws java.lang.Exception
- Specified by:
frames
in interface HtmlFinder
- Throws:
java.lang.Exception
frame
public Frame frame(Finder finder)
throws java.lang.Exception
- Specified by:
frame
in interface HtmlFinder
- Throws:
java.lang.Exception
frames
public Frames frames()
throws java.lang.Exception
- Specified by:
frames
in interface HtmlFinder
- Throws:
java.lang.Exception
frame
public Frame frame(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
frame
in interface HtmlFinder
- Throws:
java.lang.Exception
frames
public Frames frames(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
frames
in interface HtmlFinder
- Throws:
java.lang.Exception
frame
public Frame frame(int index)
throws java.lang.Exception
- Specified by:
frame
in interface HtmlFinder
- Throws:
java.lang.Exception
frame
public Frame frame(java.lang.String name)
throws java.lang.Exception
- Specified by:
frame
in interface HtmlFinder
- Throws:
java.lang.Exception
forms
public Forms forms(Finder finder)
throws java.lang.Exception
- Specified by:
forms
in interface HtmlFinder
- Throws:
java.lang.Exception
form
public Form form(Finder finder)
throws java.lang.Exception
- Specified by:
form
in interface HtmlFinder
- Throws:
java.lang.Exception
forms
public Forms forms()
throws java.lang.Exception
- Specified by:
forms
in interface HtmlFinder
- Throws:
java.lang.Exception
form
public Form form(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
form
in interface HtmlFinder
- Throws:
java.lang.Exception
forms
public Forms forms(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
forms
in interface HtmlFinder
- Throws:
java.lang.Exception
form
public Form form(int index)
throws java.lang.Exception
- Specified by:
form
in interface HtmlFinder
- Throws:
java.lang.Exception
form
public Form form(java.lang.String name)
throws java.lang.Exception
- Specified by:
form
in interface HtmlFinder
- Throws:
java.lang.Exception
fileFields
public FileFields fileFields(Finder finder)
throws java.lang.Exception
- Specified by:
fileFields
in interface HtmlFinder
- Throws:
java.lang.Exception
fileField
public FileField fileField(Finder finder)
throws java.lang.Exception
- Specified by:
fileField
in interface HtmlFinder
- Throws:
java.lang.Exception
fileFields
public FileFields fileFields()
throws java.lang.Exception
- Specified by:
fileFields
in interface HtmlFinder
- Throws:
java.lang.Exception
fileField
public FileField fileField(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
fileField
in interface HtmlFinder
- Throws:
java.lang.Exception
fileFields
public FileFields fileFields(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
fileFields
in interface HtmlFinder
- Throws:
java.lang.Exception
fileField
public FileField fileField(int index)
throws java.lang.Exception
- Specified by:
fileField
in interface HtmlFinder
- Throws:
java.lang.Exception
tables
public Tables tables(Finder finder)
throws java.lang.Exception
- Specified by:
tables
in interface HtmlFinder
- Throws:
java.lang.Exception
table
public Table table(Finder finder)
throws java.lang.Exception
- Specified by:
table
in interface HtmlFinder
- Throws:
java.lang.Exception
tables
public Tables tables()
throws java.lang.Exception
- Specified by:
tables
in interface HtmlFinder
- Throws:
java.lang.Exception
table
public Table table(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
table
in interface HtmlFinder
- Throws:
java.lang.Exception
tables
public Tables tables(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
tables
in interface HtmlFinder
- Throws:
java.lang.Exception
table
public Table table(int index)
throws java.lang.Exception
- Specified by:
table
in interface HtmlFinder
- Throws:
java.lang.Exception
rows
public TableRows rows(Finder finder)
throws java.lang.Exception
- Specified by:
rows
in interface HtmlFinder
- Throws:
java.lang.Exception
row
public TableRow row(Finder finder)
throws java.lang.Exception
- Specified by:
row
in interface HtmlFinder
- Throws:
java.lang.Exception
rows
public TableRows rows()
throws java.lang.Exception
- Specified by:
rows
in interface HtmlFinder
- Throws:
java.lang.Exception
row
public TableRow row(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
row
in interface HtmlFinder
- Throws:
java.lang.Exception
rows
public TableRows rows(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
rows
in interface HtmlFinder
- Throws:
java.lang.Exception
row
public TableRow row(int index)
throws java.lang.Exception
- Specified by:
row
in interface HtmlFinder
- Throws:
java.lang.Exception
cells
public TableCells cells(Finder finder)
throws java.lang.Exception
- Specified by:
cells
in interface HtmlFinder
- Throws:
java.lang.Exception
cell
public TableCell cell(Finder finder)
throws java.lang.Exception
- Specified by:
cell
in interface HtmlFinder
- Throws:
java.lang.Exception
cells
public TableCells cells()
throws java.lang.Exception
- Specified by:
cells
in interface HtmlFinder
- Throws:
java.lang.Exception
cell
public TableCell cell(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
cell
in interface HtmlFinder
- Throws:
java.lang.Exception
cells
public TableCells cells(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
cells
in interface HtmlFinder
- Throws:
java.lang.Exception
cell
public TableCell cell(int index)
throws java.lang.Exception
- Specified by:
cell
in interface HtmlFinder
- Throws:
java.lang.Exception
bodies
public TableBodies bodies(Finder finder)
throws java.lang.Exception
- Specified by:
bodies
in interface HtmlFinder
- Throws:
java.lang.Exception
body
public TableBody body(Finder finder)
throws java.lang.Exception
- Specified by:
body
in interface HtmlFinder
- Throws:
java.lang.Exception
bodies
public TableBodies bodies()
throws java.lang.Exception
- Specified by:
bodies
in interface HtmlFinder
- Throws:
java.lang.Exception
body
public TableBody body(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
body
in interface HtmlFinder
- Throws:
java.lang.Exception
bodies
public TableBodies bodies(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
bodies
in interface HtmlFinder
- Throws:
java.lang.Exception
body
public TableBody body(int index)
throws java.lang.Exception
- Specified by:
body
in interface HtmlFinder
- Throws:
java.lang.Exception
options
public Options options(Finder finder)
throws java.lang.Exception
- Specified by:
options
in interface HtmlFinder
- Throws:
java.lang.Exception
option
public Option option(Finder finder)
throws java.lang.Exception
- Specified by:
option
in interface HtmlFinder
- Throws:
java.lang.Exception
options
public Options options()
throws java.lang.Exception
- Specified by:
options
in interface HtmlFinder
- Throws:
java.lang.Exception
option
public Option option(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
option
in interface HtmlFinder
- Throws:
java.lang.Exception
options
public Options options(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
options
in interface HtmlFinder
- Throws:
java.lang.Exception
option
public Option option(int index)
throws java.lang.Exception
- Specified by:
option
in interface HtmlFinder
- Throws:
java.lang.Exception
htmlElement
public HtmlElement htmlElement(Finder finder)
throws java.lang.Exception
- Specified by:
htmlElement
in interface HtmlFinder
- Throws:
java.lang.Exception
htmlElements
public HtmlElements htmlElements()
throws java.lang.Exception
- Specified by:
htmlElements
in interface HtmlFinder
- Throws:
java.lang.Exception
htmlElement
public HtmlElement htmlElement(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
htmlElement
in interface HtmlFinder
- Throws:
java.lang.Exception
htmlElements
public HtmlElements htmlElements(Symbol how,
java.lang.String what)
throws java.lang.Exception
- Specified by:
htmlElements
in interface HtmlFinder
- Throws:
java.lang.Exception
htmlElement
public HtmlElement htmlElement(int index)
throws java.lang.Exception
- Specified by:
htmlElement
in interface HtmlFinder
- Throws:
java.lang.Exception