|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.quiotix.html.parser.HtmlDocument.ElementSequence
public static class HtmlDocument.ElementSequence
A sequence of HTML elements.
Constructor Summary | |
---|---|
HtmlDocument.ElementSequence()
Constructor. |
|
HtmlDocument.ElementSequence(int n)
Constructor. |
Method Summary | |
---|---|
void |
addElement(HtmlDocument.HtmlElement o)
Add element to list. |
Iterator |
iterator()
|
void |
setElements(List collection)
Clear current elements and replace with given Collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlDocument.ElementSequence(int n)
public HtmlDocument.ElementSequence()
Method Detail |
---|
public void addElement(HtmlDocument.HtmlElement o)
public int size()
public Iterator iterator()
public void setElements(List collection)
collection
- to replace elements with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |