// Generated by esidl 0.4.0. package org.w3c.dom; public interface NodeList { // NodeList public Node item(int index); public int getLength(); }