Class XMLTree.XmlNodeList

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, NodeList
Enclosing class:
XMLTree

public class XMLTree.XmlNodeList extends ArrayList implements NodeList
Class XmlNodeList
See Also:
  • Constructor Details

    • XmlNodeList

      public XmlNodeList()
      Default ctor.
  • Method Details

    • getLength

      public int getLength()
      Return the length of the list.
      Specified by:
      getLength in interface NodeList
      Returns:
      The length.
    • item

      public Node item(int index)
      Return the index'th item.
      Specified by:
      item in interface NodeList
      Parameters:
      index - The list index.
      Returns:
      The Node.