Interface NodeList<T extends Node>

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

public interface NodeList<T extends Node> extends JSArrayReader<T>
  • 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