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 DOMImplementationList
index
- The index of the DOMImplemetation from the list to return.public int getLength()
getLength
in interface DOMImplementationList
Copyright © 2018 JBoss by Red Hat. All rights reserved.