Class DOMImplementationListImpl

java.lang.Object
org.apache.xerces.dom.DOMImplementationListImpl
All Implemented Interfaces:
DOMImplementationList

public class DOMImplementationListImpl extends Object implements DOMImplementationList

This class implements the DOM Level 3 Core interface DOMImplementationList.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Since:
DOM Level 3 Core
Author:
Neil Delima, IBM
  • Constructor Details

    • DOMImplementationListImpl

      public DOMImplementationListImpl()
      Construct an empty list of DOMImplementations
    • DOMImplementationListImpl

      public DOMImplementationListImpl(ArrayList params)
      Construct a list of DOMImplementations from an ArrayList
    • DOMImplementationListImpl

      public DOMImplementationListImpl(Vector params)
      Construct a list of DOMImplementations from a Vector
  • Method Details

    • item

      public DOMImplementation item(int index)
      Returns the indexth item in the collection.
      Specified by:
      item in interface DOMImplementationList
      Parameters:
      index - The index of the DOMImplemetation from the list to return.
    • getLength

      public int getLength()
      Returns the number of DOMImplementations in the list.
      Specified by:
      getLength in interface DOMImplementationList
      Returns:
      An integer indicating the number of DOMImplementations.