Class DOMImplementationList
java.lang.Object
elemental2.dom.DOMImplementationList
- All Implemented Interfaces:
jsinterop.base.JsArrayLike<DOMImplementation>
@JsType(isNative=true,
namespace="<global>")
public class DOMImplementationList
extends Object
implements jsinterop.base.JsArrayLike<DOMImplementation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jsinterop.base.JsArrayLike
asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
-
Field Details
-
length
public int length
-
-
Constructor Details
-
DOMImplementationList
public DOMImplementationList()
-
-
Method Details
-
item
-