org.cyberneko.html
public static class HTMLElements.ElementList extends Object
Field Summary | |
---|---|
HTMLElements.Element[] | data The data in the list. |
int | size The size of the list. |
Method Summary | |
---|---|
void | addElement(HTMLElements.Element element) Adds an element to list, resizing if necessary. |