Package org.cyberneko.html
Class HTMLElements.ElementList
java.lang.Object
org.cyberneko.html.HTMLElements.ElementList
- Enclosing class:
- HTMLElements
Unsynchronized list of elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe data in the list.int
The size of the list. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addElement
(HTMLElements.Element element) Adds an element to list, resizing if necessary.
-
Field Details
-
size
public int sizeThe size of the list. -
data
The data in the list.
-
-
Constructor Details
-
ElementList
public ElementList()
-
-
Method Details
-
addElement
Adds an element to list, resizing if necessary.
-