DOMImplementationList
interfacein packageorg.w3c.dom
public interface DOMImplementationList:
DOMImplementationList

Read-only list of DOM implementations.

import org.w3c.dom

list as DOMImplementationList = null
Properties
Modifier and Type Member Description
public readonly property length
length as Int
Number of implementations in the list.
Methods
Modifier and Type Member Description
public item
item(index as Int) as DOMImplementation
Returns an implementation by index, or null.