public class DOMImplementationListImpl extends Object implements DOMImplementationList
This class implements the DOM Level 3 Core interface DOMImplementationList.
| Constructor and Description |
|---|
DOMImplementationListImpl()
Construct an empty list of DOMImplementations
|
DOMImplementationListImpl(Vector params)
Construct an empty list of DOMImplementations
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Returns the number of DOMImplementations in the list.
|
DOMImplementation |
item(int index)
Returns the indexth item in the collection.
|
public DOMImplementationListImpl()
public DOMImplementationListImpl(Vector params)
public DOMImplementation item(int index)
item in interface DOMImplementationListindex - The index of the DOMImplemetation from the list to return.public int getLength()
getLength in interface DOMImplementationListCopyright © 2012 JBoss by Red Hat. All Rights Reserved.