org.cyberneko.html

Class HTMLElements.ElementList

Enclosing Class:
HTMLElements

public static class HTMLElements.ElementList
extends java.lang.Object

Unsynchronized list of elements.

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.

Field Details

data

public HTMLElements.Element[] data
The data in the list.

size

public int size
The size of the list.

Method Details

addElement

public void addElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary.

(C) Copyright 2002-2005, Andy Clark. All rights reserved.