org.cyberneko.html

Class HTMLElements.ElementList

public static class HTMLElements.ElementList extends Object

Unsynchronized list of elements.
Field Summary
HTMLElements.Element[]data
The data in the list.
intsize
The size of the list.
Method Summary
voidaddElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary.

Field Detail

data

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

size

public int size
The size of the list.

Method Detail

addElement

public void addElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.