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