public static class HTMLElements.ElementList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
HTMLElements.Element[] |
data
The data in the list.
|
int |
size
The size of the list.
|
Constructor and Description |
---|
HTMLElements.ElementList() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary.
|
public int size
public HTMLElements.Element[] data
public void addElement(HTMLElements.Element element)
(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.