Interface NodeList<T extends Node>

Type Parameters:
T - type of nodes in this list.
All Superinterfaces:
JSArrayReader<T>, JSObject

public interface NodeList<T extends Node> extends JSArrayReader<T>
Author:
Alexey Andreev
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    item​(int index)
     

    Methods inherited from interface org.teavm.jso.core.JSArrayReader

    get

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details