org.cyberneko.html
Class HTMLElements.ElementList
java.lang.Object
org.cyberneko.html.HTMLElements.ElementList
- Enclosing class:
- HTMLElements
- public static class HTMLElements.ElementList
- extends Object
Unsynchronized list of elements.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size
- The size of the list.
data
public HTMLElements.Element[] data
- The data in the list.
HTMLElements.ElementList
public HTMLElements.ElementList()
addElement
public void addElement(HTMLElements.Element element)
- Adds an element to list, resizing if necessary.
(C) Copyright 2002-2004, Andy Clark. All rights reserved.