org.w3c.dom.DOMImplementationList
public class DOMImplementationListImpl
extends java.lang.Object
implements org.w3c.dom.DOMImplementationList
This class implements the DOM Level 3 Core interface DOMImplementationList.
Constructor | Description |
---|---|
DOMImplementationListImpl() |
Construct an empty list of DOMImplementations
|
DOMImplementationListImpl(java.util.ArrayList params) |
Construct a list of DOMImplementations from an ArrayList
|
DOMImplementationListImpl(java.util.Vector params) |
Construct a list of DOMImplementations from a Vector
|
Modifier and Type | Method | Description |
---|---|---|
int |
getLength() |
Returns the number of DOMImplementations in the list.
|
org.w3c.dom.DOMImplementation |
item(int index) |
Returns the indexth item in the collection.
|
public DOMImplementationListImpl()
public DOMImplementationListImpl(java.util.ArrayList params)
public DOMImplementationListImpl(java.util.Vector params)
public org.w3c.dom.DOMImplementation item(int index)
item
in interface org.w3c.dom.DOMImplementationList
index
- The index of the DOMImplemetation from the list to return.public int getLength()
getLength
in interface org.w3c.dom.DOMImplementationList
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.