All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.NodeList Maven / Gradle / Ivy

The newest version!
package def.dom;

@jsweet.lang.Interface
public abstract class NodeList {
	public int length;

	native public Node item(int index);

	native public Node $get(int index);

	public static NodeList prototype;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy