![JAR search and dependency download from the Maven repository](/logo.png)
elemental2.dom.DOMImplementationList Maven / Gradle / Ivy
package elemental2.dom;
import elemental2.dom.DOMImplementation;
import jsinterop.base.JsArrayLike;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
@JsType(isNative = true,namespace = JsPackage.GLOBAL)
public class DOMImplementationList implements JsArrayLike{
public int length;
public native DOMImplementation item(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy