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

def.dom.NodeListOf Maven / Gradle / Ivy

The newest version!
package def.dom;

@jsweet.lang.Interface
public abstract class NodeListOf extends NodeList implements Iterable {
	public int length;

	native public TNode item(int index);

	native public TNode $get(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy