org.cyberneko.html
Class HTMLElements.ElementList

java.lang.Object
  extended byorg.cyberneko.html.HTMLElements.ElementList
Enclosing class:
HTMLElements

public static class HTMLElements.ElementList
extends Object

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

size

public int size
The size of the list.


data

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

Constructor Detail

HTMLElements.ElementList

public HTMLElements.ElementList()
Method Detail

addElement

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



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