public interface DOMImplementationList:
Read-only list of DOM implementations.
import org.w3c.dom list as DOMImplementationList = null
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | lengthlength as Int |
Number of implementations in the list. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | itemitem(index as Int) as DOMImplementation |
Returns an implementation by index, or null. |