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.
Version:
$Id: HTMLElements.java,v 1.12 2005/02/14 07:16:59 andyc Exp $
Author:
Andy Clark, Ahmed Ashour, Marc Guillemot
  • Field Details

    • size

      public int size
      The size of the list.
    • data

      public HTMLElements.Element[] data
      The data in the list.
  • Constructor Details

    • ElementList

      public ElementList()
  • Method Details

    • addElement

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