|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberneko.html.HTMLElements.ElementList
public static class HTMLElements.ElementList
Unsynchronized list of elements.
Field Summary | |
---|---|
HTMLElements.Element[] |
data
The data in the list. |
int |
size
The size of the list. |
Constructor Summary | |
---|---|
HTMLElements.ElementList()
|
Method Summary | |
---|---|
void |
addElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int size
public HTMLElements.Element[] data
Constructor Detail |
---|
public HTMLElements.ElementList()
Method Detail |
---|
public void addElement(HTMLElements.Element element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |