|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatij.BaseHtmlFinder
watij.elements.HtmlElementCollections<HtmlElement>
public abstract class HtmlElementCollections<HtmlElement>
Created by IntelliJ IDEA. User: Date: Apr 16, 2006 Time: 2:36:26 PM To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
protected |
HtmlElementCollections(java.util.List<org.w3c.dom.Element> list,
HtmlElementFactory htmlElementFactory)
|
Method Summary | |
---|---|
java.util.List<org.w3c.dom.Element> |
elements()
|
protected void |
filter()
|
void |
flash()
|
protected abstract HtmlElement |
get(org.w3c.dom.Element element)
|
HtmlElement |
get(int index)
|
protected HtmlElementFactory |
htmlElementFactory()
|
HtmlElements |
htmlElements(Finder finder)
|
java.util.Iterator<HtmlElement> |
iterator()
|
int |
length()
|
void |
show()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface watij.finders.Matcher |
---|
matches |
Constructor Detail |
---|
protected HtmlElementCollections(java.util.List<org.w3c.dom.Element> list, HtmlElementFactory htmlElementFactory) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
protected abstract HtmlElement get(org.w3c.dom.Element element) throws java.lang.Exception
java.lang.Exception
protected HtmlElementFactory htmlElementFactory()
htmlElementFactory
in class BaseHtmlFinder
public java.util.List<org.w3c.dom.Element> elements() throws java.lang.Exception
elements
in class BaseHtmlFinder
java.lang.Exception
public HtmlElement get(int index) throws java.lang.Exception
java.lang.Exception
protected void filter() throws java.lang.Exception
java.lang.Exception
public HtmlElements htmlElements(Finder finder) throws java.lang.Exception
htmlElements
in interface HtmlFinder
java.lang.Exception
public int length() throws java.lang.Exception
java.lang.Exception
public java.util.Iterator<HtmlElement> iterator()
iterator
in interface java.lang.Iterable<HtmlElement>
public void show()
public void flash() throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |