This class implements the DOM Level 3 Core interface DOMImplementationList.
Modifier and Type | Field and Description |
---|---|
private List |
Access | Constructor and Description |
---|---|
public | |
public | DOMImplementationListImpl(List<DOMImplementation> params)
Construct an empty list of DOMImplementations |
Modifier and Type | Method and Description |
---|---|
public int | Returns: An integer indicating the number of DOMImplementations.Implements org. Returns the number of DOMImplementations in the list. |
public DOMImplementation | item(int
The index of the DOMImplemetation from the list to return. index)Implements org. Returns the indexth item in the collection. |
fImplementations | back to summary |
---|---|
private List<DOMImplementation> fImplementations |
DOMImplementationListImpl | back to summary |
---|---|
public DOMImplementationListImpl() Construct an empty list of DOMImplementations |
DOMImplementationListImpl | back to summary |
---|---|
public DOMImplementationListImpl(List<DOMImplementation> params) Construct an empty list of DOMImplementations |
getLength | back to summary |
---|---|
public int getLength() Implements org. Returns the number of DOMImplementations in the list.
|
item | back to summary |
---|---|
public DOMImplementation item(int index) Implements org. Returns the indexth item in the collection.
|