public class

DOMImplementationListImpl

extends Object
implements DOMImplementationList
java.lang.Object
   ↳ org.apache.xerces.dom.DOMImplementationListImpl

Class Overview

This class implements the DOM Level 3 Core interface DOMImplementationList.

@xerces.internal

Summary

Public Constructors
DOMImplementationListImpl()
Construct an empty list of DOMImplementations
DOMImplementationListImpl(Vector params)
Construct an empty list of DOMImplementations
Public Methods
int getLength()
Returns the number of DOMImplementations in the list.
DOMImplementation item(int index)
Returns the indexth item in the collection.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.w3c.dom.DOMImplementationList

Public Constructors

public DOMImplementationListImpl ()

Construct an empty list of DOMImplementations

public DOMImplementationListImpl (Vector params)

Construct an empty list of DOMImplementations

Public Methods

public int getLength ()

Returns the number of DOMImplementations in the list.

Returns
  • An integer indicating the number of DOMImplementations.

public DOMImplementation item (int index)

Returns the indexth item in the collection.

Parameters
index The index of the DOMImplemetation from the list to return.